Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / power.css
blob2ebbdb02c673a29e705cb9d6b05d0bcbf2965022
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 */
7 #main-layout {
8 margin-left: auto;
9 margin-right: auto;
10 width: 600px;
13 hr.section-boundary {
14 background: #000;
15 border: 0;
16 height: 2px;
17 width: 100%;
20 div.plot-canvas-div {
21 overflow: auto;
22 width: 100%;
25 button.reload-button {
26 margin-bottom: 10px;
27 margin-top: 10px;