Changeset 1852 in subversion


Ignore:
Timestamp:
Sep 19, 2008 1:21:37 PM (5 years ago)
Author:
alec
Message:

#1485378: fix text wrapping

Location:
trunk/roundcubemail/skins/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/mail.css

    r1850 r1852  
    783783  padding: 0px; 
    784784  font-family: monospace; 
     785  white-space: pre; 
    785786  white-space: -moz-pre-wrap !important; 
    786   white-space: pre; 
     787  white-space: -o-pre-wrap !important; 
    787788  word-wrap: break-word; /* IE (and Safari) */ 
    788789} 
  • trunk/roundcubemail/skins/default/print.css

    r543 r1852  
    109109  padding: 0; 
    110110  white-space: pre; 
     111  white-space: -o-pre-wrap !important; 
     112  white-space: -moz-pre-wrap !important; 
    111113  font-family: monospace; 
     114  word-wrap: break-word; /* IE (and Safari) */ 
    112115} 
    113116 
Note: See TracChangeset for help on using the changeset viewer.