OLD | NEW |
---|---|
(Empty) | |
1 /* | |
2 * Copyright 2014 The Chromium Authors. All rights reserved. | |
3 * Use of this source code is governed by a BSD-style license that can be | |
4 * found in the LICENSE file. | |
5 */ | |
6 | |
7 #main-layout { | |
8 margin-left: auto; | |
9 margin-right: auto; | |
10 width: 600px; | |
11 } | |
12 | |
13 hr.section-boundary { | |
14 background: #000; | |
15 border: 0; | |
16 height: 2px; | |
17 width: 100%; | |
18 } | |
19 | |
20 div.plot-canvas-div { | |
arv (Not doing code reviews)
2014/01/06 23:29:57
No need for the tag name here and below
| |
21 overflow: auto; | |
22 width: 100%; | |
23 } | |
24 | |
25 button.reload-button { | |
26 margin-bottom: 10px; | |
27 margin-top: 10px; | |
28 } | |
OLD | NEW |