diff options
-rw-r--r-- | skins/default/editor_content.css | 1 | ||||
-rw-r--r-- | skins/default/mail.css | 2 | ||||
-rw-r--r-- | skins/default/print.css | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css index 099b4248a..cb3717ced 100644 --- a/skins/default/editor_content.css +++ b/skins/default/editor_content.css @@ -17,7 +17,6 @@ pre { margin: 0; padding: 0; - white-space: -o-pre-wrap !important; white-space: -moz-pre-wrap !important; white-space: pre-wrap !important; white-space: pre; diff --git a/skins/default/mail.css b/skins/default/mail.css index c2501540a..512fca864 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -579,6 +579,7 @@ body.messagelist overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + -o-text-overflow: ellipsis; border-bottom: 1px solid #EBEBEB; cursor: default; } @@ -886,7 +887,6 @@ div.message-part div.pre padding: 0px; font-family: monospace; white-space: -moz-pre-wrap !important; - white-space: -o-pre-wrap !important; white-space: pre-wrap !important; white-space: pre; word-wrap: break-word; /* IE (and Safari) */ diff --git a/skins/default/print.css b/skins/default/print.css index 441a5de91..e925756ac 100644 --- a/skins/default/print.css +++ b/skins/default/print.css @@ -110,7 +110,6 @@ div.message-part div.pre margin: 0; padding: 0; font-family: monospace; - white-space: -o-pre-wrap !important; white-space: -moz-pre-wrap !important; white-space: pre-wrap !important; white-space: pre; |