| 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 * Incognito and guest mode NTP shared CSS. | 5 * Incognito and guest mode NTP shared CSS. |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 body { | 8 body { |
| 9 font-size: 85%; | 9 font-size: 85%; |
| 10 } | 10 } |
| 11 | 11 |
| 12 h1 { | 12 h1 { |
| 13 font-size: 200%; | 13 font-size: 200%; |
| 14 font-weight: 300; | 14 font-weight: 400; |
| 15 margin-bottom: .77em; | 15 margin-bottom: .77em; |
| 16 } | 16 } |
| 17 | 17 |
| 18 p { | 18 p { |
| 19 line-height: 1.5; | 19 line-height: 1.5; |
| 20 margin: .588em 0; | 20 margin: .588em 0; |
| 21 text-align: start; | 21 text-align: start; |
| 22 } | 22 } |
| 23 | 23 |
| 24 a { | 24 a { |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 .content { | 76 .content { |
| 77 padding: 16px 8px; | 77 padding: 16px 8px; |
| 78 } | 78 } |
| 79 } | 79 } |
| 80 | 80 |
| 81 @media (max-height:480px) and (max-width:400px) { | 81 @media (max-height:480px) and (max-width:400px) { |
| 82 .content { | 82 .content { |
| 83 margin: auto; | 83 margin: auto; |
| 84 } | 84 } |
| 85 } | 85 } |
| OLD | NEW |