alecpl
2009-06-04 f042be35ae853d97332596c9cd4c34cff61dde63
- small css fixes (Opera)


3 files modified
4 ■■■ changed files
skins/default/editor_content.css 1 ●●●● patch | view | raw | blame | history
skins/default/mail.css 2 ●●● patch | view | raw | blame | history
skins/default/print.css 1 ●●●● patch | view | raw | blame | history
skins/default/editor_content.css
@@ -17,7 +17,6 @@
{
    margin: 0;
    padding: 0;
        white-space: -o-pre-wrap !important;
    white-space: -moz-pre-wrap !important;
    white-space: pre-wrap !important;
    white-space: pre;
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) */
skins/default/print.css
@@ -110,7 +110,6 @@
  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;