From f042be35ae853d97332596c9cd4c34cff61dde63 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 04 Jun 2009 03:11:24 -0400
Subject: [PATCH] - small css fixes (Opera)

---
 skins/default/mail.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index c250154..512fca8 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -579,6 +579,7 @@
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
+  -o-text-overflow: ellipsis;
   border-bottom: 1px solid #EBEBEB;
   cursor: default;
 }
@@ -886,7 +887,6 @@
   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) */

--
Gitblit v1.9.1