summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-18 09:57:38 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-18 09:57:38 -0300
commit97c18f02c64575f4a4e02df29d8cc80a17954124 (patch)
tree29264e4664771b8b565768a1af5e30c54e1ab63b
parent51c80739aafcdaa332cc847c0a90b974e98649be (diff)
downloadaskbot-97c18f02c64575f4a4e02df29d8cc80a17954124.tar.gz
askbot-97c18f02c64575f4a4e02df29d8cc80a17954124.tar.bz2
askbot-97c18f02c64575f4a4e02df29d8cc80a17954124.zip
small change for style of question summary
-rw-r--r--askbot/skins/default/media/style/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css
index db78c8ef..eb34887a 100644
--- a/askbot/skins/default/media/style/style.css
+++ b/askbot/skins/default/media/style/style.css
@@ -681,8 +681,9 @@ ul#searchTags {
background: url(../images/summary-background.png) repeat-x;
h2 {
- font-size: 24px;
+ font-size: 24px;
font-weight:normal;
+ line-height: 26px;
padding-left: 0;
margin-bottom:20px;
}
@@ -737,7 +738,7 @@ ul#searchTags {
.tags {
margin-top: 0;
position:absolute;
- bottom:10px;
+ bottom:20px;
}
.votes, .answers, .favorites, .views {