diff options
author | thomascube <thomas@roundcube.net> | 2006-04-04 21:41:22 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-04-04 21:41:22 +0000 |
commit | 7cf1bdb303b2f55fdfcbc7ef222fcabf5f849608 (patch) | |
tree | d028408a3efe1a3b330f32ea8e911c13c85dfbc6 /skins/default | |
parent | a403cdacf07656c0bbeb2c6bf00557070ef826ba (diff) |
Added styles for version string
Diffstat (limited to 'skins/default')
-rw-r--r-- | 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 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 */ |