From cf7f222870eac0e3cb84c43ea2c7ee8b9ce206ca Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 05 Jun 2009 10:00:46 -0400 Subject: [PATCH] - move safari hacks to separate css file --- skins/default/mail.css | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index 512fca8..8030313 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -701,13 +701,6 @@ color: #CCCCCC; } -/* safari hacks \*/ -html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; } -html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag, -html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; } -html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; } -/**/ - #quotadisplay { color: #666666; @@ -889,7 +882,6 @@ white-space: -moz-pre-wrap !important; white-space: pre-wrap !important; white-space: pre; - word-wrap: break-word; /* IE (and Safari) */ } div.message-part blockquote -- Gitblit v1.9.1