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 /* ----------------------------------------------------------------------------- | 5 /* ----------------------------------------------------------------------------- |
6 General Styles | 6 General Styles |
7 ----------------------------------------------------------------------------- */ | 7 ----------------------------------------------------------------------------- */ |
8 | 8 |
9 body { | 9 body { |
10 background: whiteSmoke; | 10 background: whiteSmoke; |
(...skipping 13 matching lines...) Expand all Loading... |
24 width: 100%; | 24 width: 100%; |
25 } | 25 } |
26 | 26 |
27 #page-list { | 27 #page-list { |
28 display: -webkit-box; | 28 display: -webkit-box; |
29 position: static; | 29 position: static; |
30 } | 30 } |
31 | 31 |
32 #page-list-menu { | 32 #page-list-menu { |
33 height: 14px; | 33 height: 14px; |
34 margin: 8px auto 30px; | 34 margin: 8px auto 6px; |
35 text-align: center; | 35 text-align: center; |
36 } | 36 } |
OLD | NEW |