summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-07-16 13:44:10 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-07-16 13:44:10 -0400
commite663900f71cb95241bda29e92c1bf71785c288bf (patch)
tree7c31275f050ca2b17d9e8b8abe0b0cadda28c385
parentfdf633f079cd89606e9564c6bc65d514c1f372e3 (diff)
downloadaskbot-e663900f71cb95241bda29e92c1bf71785c288bf.tar.gz
askbot-e663900f71cb95241bda29e92c1bf71785c288bf.tar.bz2
askbot-e663900f71cb95241bda29e92c1bf71785c288bf.zip
adjusted style for the list of related questions
-rw-r--r--askbot/skins/default/media/style/style.less15
1 files changed, 11 insertions, 4 deletions
diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less
index fd2d5b5a..7f5c4eb1 100644
--- a/askbot/skins/default/media/style/style.less
+++ b/askbot/skins/default/media/style/style.less
@@ -675,7 +675,7 @@ body.anon {
font-size:16px;
border-bottom:#cccccc 1px solid;
font-size:13px;
-
+
strong{
float:right;
padding-right:10px;
@@ -683,16 +683,23 @@ body.anon {
}
.questions-related {
word-wrap: break-word;
-
+
p {
line-height: 20px;
- padding: 4px 0px 4px 0px;
+ padding: 4px 0px 9px 0px;
font-size: 16px;
font-weight:normal;
border-bottom:#cccccc 1px solid;
}
- a{
+ p:first-child {
+ margin-top: -4px;
+ }
+ p:last-child {
+ border: none;
+ }
+ a {
font-size:13px;
+ line-height: 1.3;
}
}
/* tips and markdown help are widgets for ask template */