Ignore:
Timestamp:
08/04/10 10:10:14 (14 years ago)
Author:
niltonneto
Message:

Ticket #1111 - Corrigido problema ao editar/imprimir mensagens com tags <pre>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/templates/default/main.css

    r3026 r3130  
     1pre{ 
     2        white-space: pre-wrap !important; /* css-3 */ 
     3        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ 
     4        white-space: -pre-wrap !important; /* Opera 4-6 */ 
     5        white-space: -o-pre-wrap !important; /* Opera 7 */ 
     6        word-wrap: break-word !important; /* Internet Explorer 5.5+ */ 
     7        font-family: monospace !important;       
     8        font-size: 12px !important; 
     9} 
     10 
    111* { 
    212        font-family: Verdana, Arial, Helvetica, sans-serif;      
Note: See TracChangeset for help on using the changeset viewer.