| 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 body { | 5 body { |
| 8 margin: 0; | 6 margin: 0; |
| 9 padding: 8px 4px 8px 8px; | 7 padding: 8px 4px 8px 8px; |
| 10 } | 8 } |
| 11 | 9 |
| 12 ::-webkit-scrollbar { | 10 ::-webkit-scrollbar { |
| 13 background: transparent; | 11 background: transparent; |
| 14 width: 4px; | 12 width: 4px; |
| 15 } | 13 } |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 margin: 0; | 67 margin: 0; |
| 70 padding: 0; | 68 padding: 0; |
| 71 } | 69 } |
| 72 | 70 |
| 73 a, | 71 a, |
| 74 a:link, | 72 a:link, |
| 75 a:visited { | 73 a:visited { |
| 76 color: rgb(51, 103, 214); | 74 color: rgb(51, 103, 214); |
| 77 text-decoration: none; | 75 text-decoration: none; |
| 78 } | 76 } |
| OLD | NEW |