From 7cf1bdb303b2f55fdfcbc7ef222fcabf5f849608 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 04 Apr 2006 17:41:22 -0400
Subject: [PATCH] Added styles for version string

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

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 1f781ba..17732ee 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -485,6 +485,23 @@
 }
 
 
+#rcversion
+{
+  position: absolute;
+  top: 67px;
+  left: 20px;
+  width: 160px;
+  text-align: center;
+
+  font-weight: normal;
+  font-size: x-small;
+  font-variant: small-caps;
+  
+  color: #999999;
+  /*border: 1px solid #308014;
+  background-color: #b4eeb4;*/
+}
+
 /** message view styles */
 
 

--
Gitblit v1.9.1