Changeset 1533 in subversion


Ignore:
Timestamp:
Jun 14, 2008 8:52:32 AM (5 years ago)
Author:
thomasb
Message:

Let the browser wrap preformatted text

File:
1 edited

Legend:

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

    r1480 r1533  
    688688  margin: 0px; 
    689689  padding: 0px; 
     690  font-family: monospace; 
    690691  white-space: -moz-pre-wrap !important; 
    691692  white-space: pre; 
    692   font-family: monospace; 
     693  word-wrap: break-word; /* IE (and Safari) */ 
    693694} 
    694695 
Note: See TracChangeset for help on using the changeset viewer.