diff options
author | thomascube <thomas@roundcube.net> | 2007-03-19 22:36:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-03-19 22:36:24 +0000 |
commit | 5cc4b13a0c6d32d74d0cba17feeb6c5fbceaf25f (patch) | |
tree | a4d6f4f7ea5d0a0360b7b0ead746f6b3c3b556a7 /skins/default/mail.css | |
parent | 86958f70d2970704e9ec6935d65e294c077143ea (diff) |
Correctly parse message/rfc822; fixed html2text conversion; code cleanup
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 4e9c0d7b5..139994167 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -628,7 +628,14 @@ table.headers-table width: 100%; background-color: #EBEBEB; table-layout: fixed; +} +#messagebody table.headers-table +{ + width: auto; + margin: 6px 8px; + background-color: #F4F4F4; + border: 1px solid #ccc; } table.headers-table tr td |