OLD | NEW |
1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 h1 { | 5 h1 { |
6 color: rgb(74, 142, 230); | 6 color: rgb(74, 142, 230); |
7 margin: 0; | 7 margin: 0; |
8 padding: 0; | 8 padding: 0; |
9 } | 9 } |
10 | 10 |
(...skipping 19 matching lines...) Expand all Loading... |
30 | 30 |
31 #device-info tr :first-child { | 31 #device-info tr :first-child { |
32 font-weight: bold; | 32 font-weight: bold; |
33 padding-right: 10px; | 33 padding-right: 10px; |
34 text-align: end; | 34 text-align: end; |
35 } | 35 } |
36 | 36 |
37 .log-table { | 37 .log-table { |
38 padding: 4px; | 38 padding: 4px; |
39 } | 39 } |
OLD | NEW |