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 font-family: 'Chrome Droid Sans', 'Droid Sans Fallback', sans-serif; | 6 font-family: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif; |
|
Evan Stade
2012/08/02 23:42:53
ditto
| |
| 7 font-size: 12px; | 7 font-size: 12px; |
| 8 } | 8 } |
| 9 | 9 |
| 10 button { | 10 button { |
| 11 background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7); | 11 background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7); |
| 12 border: 1px solid rgba(0, 0, 0, 0.25); | 12 border: 1px solid rgba(0, 0, 0, 0.25); |
| 13 border-radius: 2px; | 13 border-radius: 2px; |
| 14 color: #444; | 14 color: #444; |
| 15 float: right; | 15 float: right; |
| 16 margin-top: 15px; | 16 margin-top: 15px; |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 53 width: 370px; | 53 width: 370px; |
| 54 } | 54 } |
| 55 | 55 |
| 56 .row-units { | 56 .row-units { |
| 57 float: left; | 57 float: left; |
| 58 margin-left: 7px; | 58 margin-left: 7px; |
| 59 padding-top: 7px; | 59 padding-top: 7px; |
| 60 text-align: left; | 60 text-align: left; |
| 61 width: 100px; | 61 width: 100px; |
| 62 } | 62 } |
| OLD | NEW |