Fix infinite recursion on hiding panel when created during fullscreen mode.
[chromium-blink-merge.git] / chrome / browser / resources / gcm_internals.css
blob98b35444eb2bcb196fc4ea5653d1db96b7c726e0
1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 h1 {
6 color: rgb(74, 142, 230);
7 margin: 0;
8 padding: 0;
11 td {
12 padding: 4px;
15 .row-caption {
16 font-weight: bold;
17 padding-right: 10px;
18 text-align: end;
21 .odd-number-row {
22 background-color: rgb(245, 245, 200);