Chromium Code Reviews| 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 body { | 5 body { |
| 6 overflow: hidden; | 6 overflow: hidden; |
| 7 padding-top: 20px; | 7 padding-top: 20px; |
| 8 } | 8 } |
| 9 | 9 |
| 10 html.changing-content body { | 10 html.changing-content body { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 44 #helpNavItem { | 44 #helpNavItem { |
| 45 margin-top: 27px; | 45 margin-top: 27px; |
| 46 } | 46 } |
| 47 | 47 |
| 48 button { | 48 button { |
| 49 background-color: white; | 49 background-color: white; |
| 50 border: 0; | 50 border: 0; |
| 51 color: #999; | 51 color: #999; |
| 52 cursor: pointer; | 52 cursor: pointer; |
| 53 font: inherit; | 53 font: inherit; |
| 54 line-height: 17px; | 54 line-height: 1.45em; |
|
Dan Beam
2013/11/20 07:21:36
line-height: 1.417em; /* 17px based on default 12
| |
| 55 margin: 6px 0; | 55 margin: 6px 0; |
| 56 padding: 0; | 56 padding: 0; |
| 57 } | 57 } |
| 58 | 58 |
| 59 .selected > button { | 59 .selected > button { |
| 60 color: rgb(70, 78, 90); | 60 color: rgb(70, 78, 90); |
| 61 } | 61 } |
| OLD | NEW |