diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 01:29:39 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 01:29:39 +0200 |
commit | b4e2151a91eb827bc90a44a906f7a7c40fde95c7 (patch) | |
tree | 7eb01feffc46421b0c38e2f42978a1580f06c635 /css | |
parent | 3c8b9dba04da6d66f7e592c3c1367a2367e1c5a5 (diff) |
List mailboxes, aliases, and lists
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 390a634..465a7b1 100644 --- a/css/style.css +++ b/css/style.css @@ -160,3 +160,19 @@ div.editform { font-weight: bold; color: #32CD32; } +.description { + text-align: justify; + font-style: italic; + margin: auto; + width: 600px; +} +.edit { + font-weight: normal; + font-size: 11pt; + margin: 10pt; +} +.add { + font-weight: normal; + font-size: 11pt; + margin: 10pt; +} |