OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 * Copyright 2012 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 body { | 7 body { |
8 font-family: Arial, sans-serif; | 8 font-family: Arial, sans-serif; |
9 font-size: 12px; | 9 font-size: 12px; |
10 margin: 10px; | 10 margin: 10px; |
11 min-width: 47em; | 11 min-width: 47em; |
12 padding-bottom: 65px; | 12 padding-bottom: 65px; |
(...skipping 27 matching lines...) Loading... |
40 margin: 1px; | 40 margin: 1px; |
41 } | 41 } |
42 | 42 |
43 .debug span+span { | 43 .debug span+span { |
44 padding-left: 5px; | 44 padding-left: 5px; |
45 } | 45 } |
46 | 46 |
47 .timestamp { | 47 .timestamp { |
48 color: blue; | 48 color: blue; |
49 } | 49 } |
OLD | NEW |