Changeset 119
- Timestamp:
- 2008-01-06 15:26:12 (1 year ago)
- Files:
-
- trunk/includes/styles/default.css (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/includes/styles/default.css
r92 r119 29 29 body { 30 30 font-family:sans-serif; 31 font-size:0.7 em;31 font-size:0.75em; 32 32 background:#f2f2f2; 33 33 margin:0px; … … 39 39 40 40 h1 { 41 font-size:1.5em;41 font-size:1.5em; 42 42 position:relative; 43 43 top:0.5em; … … 61 61 color:#000000; 62 62 font-weight:bold; 63 font-size:1. 5em;63 font-size:1.25em; 64 64 } 65 65 … … 72 72 margin:0px; 73 73 padding:0px; 74 font-size:1. 2em;74 font-size:1.1em; 75 75 } 76 76 … … 360 360 361 361 #memberbar div a { 362 margin-left: 1em;362 margin-left:0.1em; 363 363 } 364 364 … … 390 390 border:1px solid #000; 391 391 background:#c0c0c0; 392 font-size:1. 2em;392 font-size:1.1em; 393 393 } 394 394 … … 565 565 566 566 .suggestion { 567 font-size: 8px;567 font-size:0.8em; 568 568 color:#0a0; 569 569 } 570 570 571 571 .suggestion-highlight { 572 font-size: 8px;572 font-size:0.8em; 573 573 color:#a00; 574 574 }
