OLD | NEW |
(Empty) | |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ |
| 4 |
| 5 .value { |
| 6 font-family: monospace; |
| 7 font-style: italic; |
| 8 } |
| 9 |
| 10 .type { |
| 11 color: blue; |
| 12 font-family: monospace; |
| 13 } |
| 14 |
| 15 .field { |
| 16 font-weight: bold; |
| 17 font-family: monospace; |
| 18 } |
| 19 |
| 20 .field_meta { |
| 21 text-align: left; |
| 22 background: rgb(240,240,240); |
| 23 display: block; |
| 24 } |
| 25 |
| 26 .field_list { |
| 27 margin-left: 1em; |
| 28 } |
| 29 |
| 30 .snippet { |
| 31 font-family: monospace; |
| 32 } |
| 33 |
| 34 body { |
| 35 text-align: justify; |
| 36 width:600px; |
| 37 } |
| 38 |
| 39 h1{font-size: 38px} |
| 40 section h1{font-size: 32px} |
| 41 section section h1{font-size: 28px} |
| 42 section section section h1{font-size: 24px} |
| 43 section section section section h1{font-size: 20px} |
| 44 section section section section section h1{font-size: 18px} |
| 45 section section section section section section h1{font-size: 16px} |
| 46 section section section section section section section h1{font-size: 14px} |
OLD | NEW |