Changeset 85

Show
Ignore:
Timestamp:
Fri Sep 16 10:05:11 2005
Author:
giovannibajo
Message:

Modify the dt style so that it works uniformly across browsers

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/doc/stylesheets/default.css

    r84 r85  
    56 56  
    57 57 dt {  
    58           /* FIXME: why this does not work with Firefox? */  
    59           background: #FFD596;  
      58         font-family: monospace;  
      59         white-space: nowrap;  
    60 60         font-size: larger;  
    61           width: 0%;  
    62           white-space: nowrap  
      61         font-weight: bold;  
    63 62 }  
    64 63