Changeset 75 for bitstructures/trunk

Show
Ignore:
Timestamp:
05/31/08 11:48:27 (6 months ago)
Author:
simon
Message:

Font family and size tweaks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bitstructures/trunk/css/bitstructures.css

    r74 r75  
    11body { 
    22        font-family: Arial, sans-serif; 
    3         font-size: small; 
     3        font-size: 0.88em; 
    44        line-height: 1.5; 
    55        margin: 0; 
     
    125125 
    126126pre { 
     127        font-family: Monaco, "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; 
     128        font-size: 1em; 
    127129        background-color: #e8f4ff; 
    128130}