From 5404700f4b97b554db35b74c3a3dd65afcab90fe Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 1 Apr 2010 12:12:10 -0600 Subject: [PATCH] Simplify CSS formatting --- imp/templates/imp/mailbox/actions.html | 2 +- imp/themes/screen.css | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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; } -- 2.11.0