Changeset 1516 for trunk/src/css

Show
Ignore:
Timestamp:
06/13/09 07:09:08 (3 years ago)
Author:
amandel
Message:

Added white-space: pre; formatting for source code text output.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/css/reportstyle.css

    r1454 r1516  
    140140text-align: left; 
    141141font-family: monospace; 
     142white-space: pre; 
    142143background-color: #e0e0e0; 
    143144} 
     
    148149text-align: left; 
    149150font-family: monospace; 
     151white-space: pre; 
    150152background-color: #ffffff; 
    151153} 
     
    178180text-align: left; 
    179181font-family: monospace; 
     182white-space: pre; 
    180183background:#e0e0e0; 
    181184} 
     
    186189text-align: left; 
    187190font-family: monospace; 
     191white-space: pre; 
    188192background:#ffffff; 
    189193}