From 81d64e494eeaf184d3dc7e6105b2815486e93053 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 10 May 2012 14:55:57 -0400 Subject: fixed style for the list of similar questions in the ask page --- askbot/skins/default/media/style/style.less | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index 09d008d2..69cdede0 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -1299,7 +1299,7 @@ ul#related-tags li { #askFormBar { display:inline-block; - padding: 4px 7px 5px 0px; + padding: 4px 7px 0px 0px; margin-top:0px; p{ @@ -1322,10 +1322,8 @@ ul#related-tags li { .ask-page, .edit-question-page { div#question-list { - float: none; border-bottom:#f0f0ec 1px solid; - float:left; - margin-bottom:10px; + float: none; a{ line-height:30px; } @@ -1372,6 +1370,7 @@ ul#related-tags li { .title-desc { color: @info-text; font-size: 13px; + margin-bottom: 5px; } #fmanswer input.submit, -- cgit v1.2.3-1-g7c22