summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-06-05 17:35:12 +0000
committerthomascube <thomas@roundcube.net>2008-06-05 17:35:12 +0000
commitcfe4a6baf462c0befa06b283366945130cabfa5b (patch)
tree83d74e1c6fa50a71c4e893359630de247bc5c05a /skins
parent077070381f4e97e98c5edf3ce6b456c4c57d057d (diff)
Fix structure parsing and html output for multipart messages
Diffstat (limited to 'skins')
-rw-r--r--skins/default/mail.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 3f968da27..f5d041fd6 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -677,7 +677,8 @@ div.message-part
border-top: 0;
}
-div.message-part a
+div.message-part a,
+div.message-htmlpart a
{
color: #0000CC;
}