From 0054ee58f31791696063ce7a0b89edddb82fd1ed Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 28 Mar 2011 16:02:59 +0000 Subject: [PATCH] #SPLUNK-120, adding a bit top margin for the question tags container. This should fix the issue with the tags overlapping the scrollbar. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@911 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/media/style/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index e006cb7..0815f9c 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -1318,6 +1318,10 @@ ul.form-horizontal-rows li input { margin: 0 0 16px 0; } +#question-tags { + margin-top: 15px; +} + .post-controls { float: left; } -- 2.39.5