| 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 a { | 5 a { |
| 6 color: #585858; | 6 color: #585858; |
| 7 } | 7 } |
| 8 | 8 |
| 9 body { | 9 body { |
| 10 background-color: #f7f7f7; | 10 background-color: #f7f7f7; |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 } | 83 } |
| 84 | 84 |
| 85 .icon { | 85 .icon { |
| 86 background-repeat: no-repeat; | 86 background-repeat: no-repeat; |
| 87 background-size: 100%; | 87 background-size: 100%; |
| 88 height: 72px; | 88 height: 72px; |
| 89 margin: 0 0 40px; | 89 margin: 0 0 40px; |
| 90 width: 72px; | 90 width: 72px; |
| 91 } | 91 } |
| 92 | 92 |
| 93 input[type=checkbox] { |
| 94 visibility: hidden; |
| 95 } |
| 96 |
| 93 .interstitial-wrapper { | 97 .interstitial-wrapper { |
| 94 box-sizing: border-box; | 98 box-sizing: border-box; |
| 95 font-size: 1em; | 99 font-size: 1em; |
| 96 line-height: 1.6em; | 100 line-height: 1.6em; |
| 97 margin: 100px auto 0; | 101 margin: 100px auto 0; |
| 98 max-width: 600px; | 102 max-width: 600px; |
| 99 width: 100%; | 103 width: 100%; |
| 100 } | 104 } |
| 101 | 105 |
| 102 #malware-opt-in { | 106 #malware-opt-in { |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 } | 264 } |
| 261 | 265 |
| 262 .nav-wrapper { | 266 .nav-wrapper { |
| 263 margin-top: 30px; | 267 margin-top: 30px; |
| 264 } | 268 } |
| 265 | 269 |
| 266 .small-link { | 270 .small-link { |
| 267 font-size: 1em; | 271 font-size: 1em; |
| 268 } | 272 } |
| 269 } | 273 } |
| OLD | NEW |