From d94e54cb3a6b6774cfb87198e4c7f7f037675f7f Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Mon, 12 Sep 2011 20:37:02 +0000 Subject: [PATCH] (trunk web) normalize the prefs tabs' borders --- web/stylesheets/common.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/stylesheets/common.css b/web/stylesheets/common.css index 6e2c784b6..316ea819b 100644 --- a/web/stylesheets/common.css +++ b/web/stylesheets/common.css @@ -1168,12 +1168,9 @@ div#prefs_container div#prefs_tabs ul { color: #323232; text-align: center; padding: 2px 20px; - border-left: 1px solid #787878; - border-right: 1px solid #787878; - border-top: 1px solid #787878; + border: 1px solid #787878; margin-bottom: -1px; background: #C0C8D6 url('../images/graphics/filter_bar.png') bottom repeat-x; - border-bottom: 1px solid #787878; } .prefs-tab.selected { background: none;