| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 /* begin: show/hide selected ntp section */ | 5 /* begin: show/hide selected ntp section */ |
| 6 body[device='phone'] .main-section { | 6 body[device='phone'] .main-section { |
| 7 display: none; | 7 display: none; |
| 8 } | 8 } |
| 9 | 9 |
| 10 body[device='phone'] .main-section.selected { | 10 body[device='phone'] .main-section.selected { |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 white-space: nowrap; | 92 white-space: nowrap; |
| 93 } | 93 } |
| 94 | 94 |
| 95 body[device='phone'] .recently-closed-title-container { | 95 body[device='phone'] .recently-closed-title-container { |
| 96 border-bottom: 1px solid #c1c1c1; | 96 border-bottom: 1px solid #c1c1c1; |
| 97 color: rgba(0, 0, 0, 0.5); | 97 color: rgba(0, 0, 0, 0.5); |
| 98 font-size: 16px; | 98 font-size: 16px; |
| 99 padding-bottom: 10px; | 99 padding-bottom: 10px; |
| 100 padding-left: 10px; | 100 padding-left: 10px; |
| 101 } | 101 } |
| OLD | NEW |