OLD | NEW |
1 /** | 1 /** |
2 * Copyright 2013 The LUCI Authors. All rights reserved. | 2 * Copyright 2013 The LUCI Authors. All rights reserved. |
3 * Use of this source code is governed by the Apache v2.0 license that can be | 3 * Use of this source code is governed under the Apache License, Version 2.0 |
4 * found in the LICENSE file. | 4 * that can be found in the LICENSE file. |
5 **/ | 5 **/ |
6 | 6 |
7 th { | 7 th { |
8 color: #fff; | 8 color: #fff; |
9 background-color: #000; | 9 background-color: #000; |
10 padding-left: 1em; | 10 padding-left: 1em; |
11 padding-right: 1em; | 11 padding-right: 1em; |
12 } | 12 } |
13 | 13 |
14 td { | 14 td { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 } | 49 } |
50 | 50 |
51 .data_table tr:not(:first-child) { | 51 .data_table tr:not(:first-child) { |
52 font-family: "Courier New", monospace; | 52 font-family: "Courier New", monospace; |
53 } | 53 } |
54 | 54 |
55 .graph { | 55 .graph { |
56 height: 600px; | 56 height: 600px; |
57 width: 100%; | 57 width: 100%; |
58 } | 58 } |
OLD | NEW |