Changeset fca66b0 in github


Ignore:
Timestamp:
Jun 14, 2008 8:52:32 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
62e43d2
Parents:
83a7636
Message:

Let the browser wrap preformatted text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/mail.css

    rcfe4a6b rfca66b0  
    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.