- small css fixes (Opera)

release-0.6
alecpl 15 years ago
parent 42b25afac8
commit f042be35ae

@ -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;

@ -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) */

@ -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;

Loading…
Cancel
Save