From 76381ef11cd83fa5e7ee9ece980ee41f4305adf7 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 18 Oct 2011 10:05:57 -0300 Subject: increased vertical spacing between tags in main page sidebar and made add ignored/interesting tag button appear on the same line with the input box --- askbot/skins/default/media/style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index eb34887a..f7f945dc 100644 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -512,7 +512,7 @@ h1 { .inputs{ #interestingTagInput, #ignoredTagInput{ - width:160px; + width:159px; border:#c9c9b5 1px solid; height:25px; } @@ -964,7 +964,7 @@ ul#ab-user-tags li { } ul#related-tags li { - margin: 0 5px 3px 0; + margin: 0 5px 5px 0; float: left; clear: left; } -- cgit v1.2.3-1-g7c22