From 5cc4b13a0c6d32d74d0cba17feeb6c5fbceaf25f Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 19 Mar 2007 18:36:24 -0400 Subject: [PATCH] Correctly parse message/rfc822; fixed html2text conversion; code cleanup --- 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 4e9c0d7..1399941 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -628,7 +628,14 @@ 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 -- Gitblit v1.9.1