| 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 margin: 20px; | 6 margin: 20px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 h1 { | 9 h1 { |
| 10 -webkit-padding-start: 75px; | 10 -webkit-padding-start: 75px; |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 } | 43 } |
| 44 | 44 |
| 45 #crashList > div:not(:last-child) { | 45 #crashList > div:not(:last-child) { |
| 46 border-bottom: 1px solid #bbb; | 46 border-bottom: 1px solid #bbb; |
| 47 } | 47 } |
| 48 | 48 |
| 49 #disabledMode h2 { | 49 #disabledMode h2 { |
| 50 color: rgb(141, 51, 42); | 50 color: rgb(141, 51, 42); |
| 51 font-size: 125%; | 51 font-size: 125%; |
| 52 } | 52 } |
| 53 |
| 54 .notUploaded { |
| 55 color: #a0a0a0; |
| 56 } |
| OLD | NEW |