| 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 font-size: 84%; | 6 font-size: 84%; |
| 7 margin: 0; | 7 margin: 0; |
| 8 min-width: 45em; | 8 min-width: 45em; |
| 9 padding: 0.75em; | 9 padding: 0.75em; |
| 10 } | 10 } |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 border-radius: 6px; | 49 border-radius: 6px; |
| 50 color: white; | 50 color: white; |
| 51 margin-bottom: 0.75em; | 51 margin-bottom: 0.75em; |
| 52 overflow: hidden; | 52 overflow: hidden; |
| 53 padding: 0.6em 1em 0.75em 0; | 53 padding: 0.6em 1em 0.75em 0; |
| 54 position: relative; | 54 position: relative; |
| 55 text-shadow: 0 0 2px black; | 55 text-shadow: 0 0 2px black; |
| 56 } | 56 } |
| 57 | 57 |
| 58 div#header h1 { | 58 div#header h1 { |
| 59 background: url('../images/gear.png') 12px 60% no-repeat; | 59 background: url('chrome://resources/images/gear.png') 12px 60% no-repeat; |
| 60 color: white; | 60 color: white; |
| 61 display: inline; | 61 display: inline; |
| 62 margin: 0; | 62 margin: 0; |
| 63 padding-left: 37px; | 63 padding-left: 37px; |
| 64 } | 64 } |
| 65 | 65 |
| 66 div#header p { | 66 div#header p { |
| 67 color: white; | 67 color: white; |
| 68 display: inline; | 68 display: inline; |
| 69 font-size: 84%; | 69 font-size: 84%; |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 text-align: center; | 251 text-align: center; |
| 252 } | 252 } |
| 253 | 253 |
| 254 table.list#browserComparison .name { | 254 table.list#browserComparison .name { |
| 255 background-position: 5px center; | 255 background-position: 5px center; |
| 256 background-repeat: no-repeat; | 256 background-repeat: no-repeat; |
| 257 padding-left: 25px; | 257 padding-left: 25px; |
| 258 } | 258 } |
| 259 | 259 |
| 260 div.help { | 260 div.help { |
| 261 background: url('../images/help.png') center bottom no-repeat; | 261 background: url('chrome://resources/images/help.png') center bottom no-repeat; |
| 262 display: inline-block; | 262 display: inline-block; |
| 263 height: 14px; | 263 height: 14px; |
| 264 margin: -1px 0; | 264 margin: -1px 0; |
| 265 opacity: 0.33; | 265 opacity: 0.33; |
| 266 width: 14px; | 266 width: 14px; |
| 267 } | 267 } |
| 268 | 268 |
| 269 div.help:hover { | 269 div.help:hover { |
| 270 opacity: 1; | 270 opacity: 1; |
| 271 } | 271 } |
| (...skipping 17 matching lines...) Expand all Loading... |
| 289 | 289 |
| 290 #helpTooltip p { | 290 #helpTooltip p { |
| 291 margin: 0.6em 0; | 291 margin: 0.6em 0; |
| 292 } | 292 } |
| 293 | 293 |
| 294 div.otherbrowsers { | 294 div.otherbrowsers { |
| 295 font-size: 84%; | 295 font-size: 84%; |
| 296 text-align: center; | 296 text-align: center; |
| 297 width: 100%; | 297 width: 100%; |
| 298 } | 298 } |
| OLD | NEW |