OLD | NEW |
---|---|
1 /* | 1 /* |
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 body { | 7 body { |
8 margin: 20px; | 8 margin: 20px; |
9 } | 9 } |
10 | 10 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
42 } | 42 } |
43 | 43 |
44 #databaseTable tbody > td:first-child { | 44 #databaseTable tbody > td:first-child { |
45 white-space: nowrap; | 45 white-space: nowrap; |
46 } | 46 } |
47 | 47 |
48 #disabledMode h2 { | 48 #disabledMode h2 { |
49 color: rgb(141, 51, 42); | 49 color: rgb(141, 51, 42); |
50 font-size: 125%; | 50 font-size: 125%; |
51 } | 51 } |
52 | 52 |
dominich
2012/03/13 14:55:21
you'll have to merge in a change here.
| |
OLD | NEW |