OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 body { | 5 body { |
6 font-family: sans-serif; | 6 font-family: sans-serif; |
7 } | 7 } |
8 | 8 |
9 h2 { | 9 h2 { |
10 margin: 15px 0 5px 0; | 10 margin: 15px 0 5px 0; |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 | 74 |
75 .buffered > div > div { | 75 .buffered > div > div { |
76 display: table-cell; | 76 display: table-cell; |
77 vertical-align: bottom; | 77 vertical-align: bottom; |
78 } | 78 } |
79 | 79 |
80 .buffered > div > div:first-child { | 80 .buffered > div > div:first-child { |
81 font-weight: bold; | 81 font-weight: bold; |
82 padding-right: 2px; | 82 padding-right: 2px; |
83 } | 83 } |
OLD | NEW |