Changeset 3599 for trunk/manual/styles

Show
Ignore:
Timestamp:
01/23/08 16:37:39 (12 months ago)
Author:
jepso
Message:

fixes #527

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manual/styles/basic.css

    r2625 r3599  
    4747} 
    4848 
     49p.caption { 
     50    font-style: italic; 
     51} 
     52 
    4953dd { 
    5054    margin-bottom: 0.5em; 
     
    111115    background-color: #f7f7f7; 
    112116    border: 1px solid #d7d7d7; 
    113      
     117 
    114118    /* Pup's Box Flow Hack, Rev 2 */ 
    115119    overflow/**/: auto; 
     
    121125    /* overflow: auto causes artefacts */ 
    122126    overflow: hidden; 
    123      
     127 
    124128    /* prevents text to be hidden by wrapping it */ 
    125     white-space: -moz-pre-wrap !important;   
     129    white-space: -moz-pre-wrap !important; 
    126130} 
    127131