OLD | NEW |
1 /* Copyright 2013 The LUCI Authors. All rights reserved. | 1 /* Copyright 2013 The LUCI Authors. All rights reserved. |
2 * Use of this source code is governed by the Apache v2.0 license that can be | 2 * Use of this source code is governed under the Apache License, Version 2.0 |
3 * found in the LICENSE file. | 3 * that can be found in the LICENSE file. |
4 */ | 4 */ |
5 table.alterning_background { | 5 table.alterning_background { |
6 border: 1; | 6 border: 1; |
7 border-color: black; | 7 border-color: black; |
8 border-collapse: collapse; | 8 border-collapse: collapse; |
9 } | 9 } |
10 | 10 |
11 table.alterning_background thead { | 11 table.alterning_background thead { |
12 color: #fff; | 12 color: #fff; |
13 background-color: #000; | 13 background-color: #000; |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 } | 47 } |
48 | 48 |
49 .graph { | 49 .graph { |
50 height: 600px; | 50 height: 600px; |
51 width: 100%; | 51 width: 100%; |
52 } | 52 } |
53 | 53 |
54 ul li { | 54 ul li { |
55 padding-top: 5px; | 55 padding-top: 5px; |
56 } | 56 } |
OLD | NEW |