From: Michael M Slusarz Date: Wed, 24 Mar 2010 20:21:01 +0000 (-0600) Subject: CSS tweak X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9803350eb8f44030f6b05588468a56ad99bd7401;p=horde.git CSS tweak --- diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 5faf0f275..f0aea1205 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -129,14 +129,13 @@ ul.msgactions, ul.msgactions ul { color: #000; background: #ccc; } -.bottomborder { +.bottomborder, .bottombordercollapse { border-bottom: 1px solid #999; +} +.bottomborder { padding-bottom: 0; padding-top: 0; } -.bottombordercollapse { - border-bottom: 2px solid #999; -} .topborder { border-top: 1px solid #999; }