OLD | NEW |
(Empty) | |
| 1 .value { |
| 2 font-family: monospace; |
| 3 font-style: italic; |
| 4 } |
| 5 |
| 6 .type { |
| 7 color: blue; |
| 8 font-family: monospace; |
| 9 } |
| 10 |
| 11 .field { |
| 12 font-weight: bold; |
| 13 font-family: monospace; |
| 14 } |
| 15 |
| 16 .field_meta { |
| 17 text-align: left; |
| 18 background: rgb(240,240,240); |
| 19 display: block; |
| 20 } |
| 21 |
| 22 .field_list { |
| 23 margin-left: 1em; |
| 24 } |
| 25 |
| 26 .snippet { |
| 27 font-family: monospace; |
| 28 } |
| 29 |
| 30 body { |
| 31 text-align: justify; |
| 32 width:600px; |
| 33 } |
| 34 |
| 35 h1{font-size: 38px} |
| 36 section h1{font-size: 32px} |
| 37 section section h1{font-size: 28px} |
| 38 section section section h1{font-size: 24px} |
| 39 section section section section h1{font-size: 20px} |
| 40 section section section section section h1{font-size: 18px} |
| 41 section section section section section section h1{font-size: 16px} |
| 42 section section section section section section section h1{font-size: 14px} |
OLD | NEW |