| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 */ | |
| 5 | 4 |
| 6 html, | 5 html, |
| 7 body { | 6 body { |
| 8 -webkit-user-select: none; | 7 -webkit-user-select: none; |
| 9 height: 100%; | 8 height: 100%; |
| 10 margin: 0; | 9 margin: 0; |
| 11 overflow: hidden; | 10 overflow: hidden; |
| 12 padding: 0; | 11 padding: 0; |
| 13 width: 100%; | 12 width: 100%; |
| 14 } | 13 } |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 font-weight: bold; | 120 font-weight: bold; |
| 122 } | 121 } |
| 123 | 122 |
| 124 #auxHeader { | 123 #auxHeader { |
| 125 font-size: 16px; | 124 font-size: 16px; |
| 126 } | 125 } |
| 127 | 126 |
| 128 #finalMessage { | 127 #finalMessage { |
| 129 padding-bottom: 50px; | 128 padding-bottom: 50px; |
| 130 } | 129 } |
| OLD | NEW |