From 71f3d6bba09e2f3c5c4462f17d20c78e7bc17e85 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 12 Sep 2008 08:31:16 -0400
Subject: [PATCH] Pimped some css styles

---
 skins/default/mail.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 1502bd2..dae8806 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -1001,6 +1001,12 @@
   border-bottom: 0;
 }
 
+table.headers-table tr td.all
+{
+  padding: 2px 6px 4px 6px;
+  border-bottom: 0;
+}
+
 td.show-headers
 {
   background: url(images/icons/down_small.gif) no-repeat center;

--
Gitblit v1.9.1