Chromium Code Reviews| 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; |
| 11 /* TODO(stuartmorgan): Get real art for this image */ | 11 /* TODO(stuartmorgan): Get real art for this image */ |
| 12 background-image: url('../../app/theme/sadtab.png'); | 12 background-image: url('../../app/theme/default_100_percent/sadtab.png'); |
|
flackr
2012/06/21 21:19:21
For this and other assets where a 2x file exists p
| |
| 13 background-position: left; | 13 background-position: left; |
| 14 background-repeat: no-repeat; | 14 background-repeat: no-repeat; |
| 15 font-size: 156%; | 15 font-size: 156%; |
| 16 font-weight: bold; | 16 font-weight: bold; |
| 17 margin: 0; | 17 margin: 0; |
| 18 padding-bottom: 20px; | 18 padding-bottom: 20px; |
| 19 padding-top: 20px; | 19 padding-top: 20px; |
| 20 } | 20 } |
| 21 | 21 |
| 22 html[dir=rtl] h1 { | 22 html[dir=rtl] h1 { |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 44 } | 44 } |
| 45 | 45 |
| 46 #crashList > div:not(:last-child) { | 46 #crashList > div:not(:last-child) { |
| 47 border-bottom: 1px solid #bbb; | 47 border-bottom: 1px solid #bbb; |
| 48 } | 48 } |
| 49 | 49 |
| 50 #disabledMode h2 { | 50 #disabledMode h2 { |
| 51 color: rgb(141, 51, 42); | 51 color: rgb(141, 51, 42); |
| 52 font-size: 125%; | 52 font-size: 125%; |
| 53 } | 53 } |
| OLD | NEW |