From e663900f71cb95241bda29e92c1bf71785c288bf Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 16 Jul 2012 13:44:10 -0400 Subject: adjusted style for the list of related questions --- askbot/skins/default/media/style/style.less | 15 +++++++++++---- 1 file 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 */ -- cgit v1.2.3-1-g7c22