summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-04-04 21:41:22 +0000
committerthomascube <thomas@roundcube.net>2006-04-04 21:41:22 +0000
commit7cf1bdb303b2f55fdfcbc7ef222fcabf5f849608 (patch)
treed028408a3efe1a3b330f32ea8e911c13c85dfbc6 /skins
parenta403cdacf07656c0bbeb2c6bf00557070ef826ba (diff)
Added styles for version string
Diffstat (limited to 'skins')
-rw-r--r--skins/default/mail.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 1f781ba5e..17732ee21 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -485,6 +485,23 @@ body.messagelist
}
+#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 */