From: Michael M Slusarz Date: Thu, 3 Dec 2009 20:45:24 +0000 (-0700) Subject: Fix bottom border generation in silver theme in IMP mailbox view X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=734f5bc70964757ba569b51f32b64fc2fc400ae1;p=horde.git Fix bottom border generation in silver theme in IMP mailbox view --- 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 {