| OLD | NEW |
| 1 /** | 1 /* Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 * Copyright 2016 The Chromium Authors. All rights reserved. | |
| 3 * 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 |
| 4 * found in the LICENSE file. | 3 * found in the LICENSE file. */ |
| 5 */ | |
| 6 | 4 |
| 7 html, | 5 html, |
| 8 body, | 6 body, |
| 9 webview, | 7 webview, |
| 10 .section { | 8 .section { |
| 11 font-family: 'Roboto'; | 9 font-family: 'Roboto'; |
| 12 height: 100%; | 10 height: 100%; |
| 13 margin: 0; | 11 margin: 0; |
| 14 padding: 0; | 12 padding: 0; |
| 15 width: 100%; | 13 width: 100%; |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 | 158 |
| 161 a:link { | 159 a:link { |
| 162 color: rgb(51, 103, 214); | 160 color: rgb(51, 103, 214); |
| 163 text-decoration: none; | 161 text-decoration: none; |
| 164 } | 162 } |
| 165 | 163 |
| 166 a:visited { | 164 a:visited { |
| 167 color: rgb(51, 103, 214); | 165 color: rgb(51, 103, 214); |
| 168 text-decoration: none; | 166 text-decoration: none; |
| 169 } | 167 } |
| OLD | NEW |