diff options
author | thomascube <thomas@roundcube.net> | 2008-02-28 21:52:57 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-28 21:52:57 +0000 |
commit | 27564f1a22d42cdcdb1d2972ca79cc537876c44c (patch) | |
tree | 722052b49d0f0984895b7f4422b635a2439c0b83 /installer/styles.css | |
parent | 05c8d804924bce5bdd0f57c23d77cdf20afb620f (diff) |
Add IMAP test and some more options to installer script
Diffstat (limited to 'installer/styles.css')
-rw-r--r-- | installer/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/installer/styles.css b/installer/styles.css index 1e91ec2c0..ed64ff001 100644 --- a/installer/styles.css +++ b/installer/styles.css @@ -224,3 +224,8 @@ a.removelink { background-color: #ef9398; border: 2px solid #dc5757; } + +.userconf { + color: #00c; + font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; +} |