From: Michael M Slusarz Date: Thu, 1 Apr 2010 18:12:10 +0000 (-0600) Subject: Simplify CSS formatting X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5404700f4b97b554db35b74c3a3dd65afcab90fe;p=horde.git Simplify CSS formatting --- diff --git a/imp/templates/imp/mailbox/actions.html b/imp/templates/imp/mailbox/actions.html index 226a38376..5f411e636 100644 --- a/imp/templates/imp/mailbox/actions.html +++ b/imp/templates/imp/mailbox/actions.html @@ -1,6 +1,6 @@ -
+
    class="lastnavbar"> diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 18a8d855d..cc2626218 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -139,10 +139,8 @@ ul.msgactions, ul.msgactions ul { color: #000; background: #ccc; } -.bottomborder, .bottombordercollapse { - border-bottom: 1px solid #999; -} .bottomborder { + border-bottom: 1px solid #999; padding-bottom: 0; padding-top: 0; }