From 40d9bc62a707b3131300b3fef651827d4269b1bc Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 31 May 2009 05:05:55 -0400
Subject: [PATCH] - removed unused style
---
skins/default/mail.css | 25 ++++++++++---------------
1 files changed, 10 insertions(+), 15 deletions(-)
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 84d4395..c250154 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -801,8 +801,17 @@
color: #666666;
text-align: left;
padding-right: 10px;
- vertical-align: center;
text-align: center;
+ padding: 2px 6px 4px 6px;
+ border-bottom: 0;
+}
+
+table.headers-table tr td.more-headers
+{
+ cursor: pointer;
+ width: 100%;
+ height: 8px;
+ border-bottom: 0;
}
#attachment-list
@@ -1101,20 +1110,6 @@
#attachment-form div.buttons
{
margin-top: 4px;
-}
-
-table.headers-table tr td.more-headers
-{
- cursor: pointer;
- width: 100%;
- height: 8px;
- border-bottom: 0;
-}
-
-table.headers-table tr td.all
-{
- padding: 2px 6px 4px 6px;
- border-bottom: 0;
}
td.show-headers
--
Gitblit v1.9.1