Changeset 85 for bitstructures
- Timestamp:
- 09/20/08 14:41:11 (4 months ago)
- Files:
-
- 1 modified
-
bitstructures/trunk/css/bitstructures.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bitstructures/trunk/css/bitstructures.css
r75 r85 124 124 } 125 125 126 pre {126 pre code, pre { 127 127 font-family: Monaco, "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; 128 font-size: 1em;128 /*font-size: 0.88em;*/ 129 129 background-color: #e8f4ff; 130 130 } … … 136 136 font-weight: bold; 137 137 } 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
