summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorByron <byroncorrales@gmail.com>2011-11-03 23:40:52 -0600
committerByron <byroncorrales@gmail.com>2011-11-03 23:40:52 -0600
commit26d6bb0a43439e2b07a41be0055f0676f21e17b5 (patch)
treebcb71feb9d94fb0ed2eae9b31036cfb516042aa0
parent3ade726a7982a0d454eaca0f44b3f52d8bdc6af5 (diff)
downloadaskbot-26d6bb0a43439e2b07a41be0055f0676f21e17b5.tar.gz
askbot-26d6bb0a43439e2b07a41be0055f0676f21e17b5.tar.bz2
askbot-26d6bb0a43439e2b07a41be0055f0676f21e17b5.zip
leaving just one H1 tag on question page and a little fix on rss icon padding
-rw-r--r--askbot/skins/default/media/style/style.css9
-rw-r--r--askbot/skins/default/templates/question/answer_tab_bar.html4
2 files changed, 8 insertions, 5 deletions
diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css
index d2eeb364..e2ff7c00 100644
--- a/askbot/skins/default/media/style/style.css
+++ b/askbot/skins/default/media/style/style.css
@@ -36,6 +36,7 @@ hr {
input, select {
vertical-align: middle;
font-family: Trebuchet MS, "segoe ui", Helvetica, Tahoma, Verdana, MingLiu, PMingLiu, Arial, sans-serif;
+ margin-left:0px;
}
p {
@@ -499,7 +500,7 @@ h1 {
font-size:15px;
display: block;
float: right;
- width: 172px;
+ width: 177px;
}
ul {
@@ -1420,11 +1421,11 @@ span.delete-icon:hover {
p.rss {
float:none;
clear:both;
- padding: 3px 0 0 25px;
+ padding: 3px 0 0 23px;
font-size: 15px;
width:110px;
background-position:center left;
- margin-left:4px;
+ margin-left:0px !important;
}
p.rss a {
@@ -2957,8 +2958,10 @@ p.signup_p {
.wmd-preview a {
color:@link;
}
+
.wmd-preview li {
margin-bottom:7px;
+ font-size:14px;
}
.karma-summary {
diff --git a/askbot/skins/default/templates/question/answer_tab_bar.html b/askbot/skins/default/templates/question/answer_tab_bar.html
index 24042b4a..3e39f795 100644
--- a/askbot/skins/default/templates/question/answer_tab_bar.html
+++ b/askbot/skins/default/templates/question/answer_tab_bar.html
@@ -1,11 +1,11 @@
<div class="tabBar tabBar-answer">
- <h1 id="questionCount">
+ <h2 id="questionCount">
{% trans counter=answers|length %}
{{counter}} Answer
{% pluralize %}
{{counter}} Answers
{% endtrans %}
- </h1>
+ </h2>
<div class="tabsA">
<span class="label">
Sort by ยป