Changeset 85

Show
Ignore:
Timestamp:
09/20/08 14:41:11 (2 months ago)
Author:
simon
Message:

Updated styles.

Files:
1 modified

Legend:

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

    r75 r85  
    124124} 
    125125 
    126 pre { 
     126pre code, pre { 
    127127        font-family: Monaco, "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; 
    128         font-size: 1em; 
     128        /*font-size: 0.88em;*/ 
    129129        background-color: #e8f4ff; 
    130130} 
     
    136136        font-weight: bold; 
    137137} 
     138 
     139/* for ondemand-js */ 
     140 
     141#form1, #form1 input, #form1 textarea { 
     142        border: 1px solid #ccc 
     143} 
     144#form1 { 
     145        padding-left: 10px 
     146} 
     147#form1 label { 
     148        font-weight: bold 
     149} 
     150