From 734f5bc70964757ba569b51f32b64fc2fc400ae1 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 3 Dec 2009 13:45:24 -0700 Subject: [PATCH] Fix bottom border generation in silver theme in IMP mailbox view --- imp/themes/silver/screen.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/imp/themes/silver/screen.css b/imp/themes/silver/screen.css index 350dc8f2c..7d43430fb 100644 --- a/imp/themes/silver/screen.css +++ b/imp/themes/silver/screen.css @@ -1,7 +1,3 @@ -.bottomborder, .bottombordercollapse { - border-bottom: 0; -} - div.composebody { border: 1px solid #999; } @@ -10,7 +6,7 @@ div.composebody { border-top: 1px solid #999; } #quota .control { - border-bottom: none; + border-bottom: 0; } #newmail { -- 2.11.0