| 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 -webkit-font-smoothing: antialiased; |
| 9 font-size: 85%; | 10 font-size: 85%; |
| 10 } | 11 } |
| 11 | 12 |
| 12 h1 { | 13 h1 { |
| 13 font-size: 200%; | 14 font-size: 200%; |
| 14 font-weight: 400; | 15 font-weight: 400; |
| 15 margin-bottom: .77em; | 16 margin-bottom: .77em; |
| 16 } | 17 } |
| 17 | 18 |
| 18 p { | 19 p { |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 .content { | 77 .content { |
| 77 padding: 16px 8px; | 78 padding: 16px 8px; |
| 78 } | 79 } |
| 79 } | 80 } |
| 80 | 81 |
| 81 @media (max-height:480px) and (max-width:400px) { | 82 @media (max-height:480px) and (max-width:400px) { |
| 82 .content { | 83 .content { |
| 83 margin: auto; | 84 margin: auto; |
| 84 } | 85 } |
| 85 } | 86 } |
| OLD | NEW |