Chromium Code Reviews| Index: chrome/browser/resources/offline_pages/offline_internals.css |
| diff --git a/chrome/browser/resources/offline_pages/offline_internals.css b/chrome/browser/resources/offline_pages/offline_internals.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1eff3d0ad071ec78d5ed32f6d82eca19e3c53c92 |
| --- /dev/null |
| +++ b/chrome/browser/resources/offline_pages/offline_internals.css |
| @@ -0,0 +1,24 @@ |
| +/* Copyright (c) 2016 The Chromium Authors. All rights reserved. |
|
Dan Beam
2016/05/31 22:00:59
no (c)
chili
2016/06/02 02:38:53
Done.
|
| + * Use of this source code is governed by a BSD-style license that can be |
| + * found in the LICENSE file. */ |
| + |
| +h1 { |
| + color: rgb(74, 142, 230); |
| + margin: 0; |
| + padding: 0; |
| +} |
| + |
| +td { |
| + padding: 4px; |
| +} |
| + |
| +tr:nth-child(odd) { |
| + background-color: azure; |
| +} |
| + |
| +th { |
| + background-color: navy; |
| + color: white; |
| + font-weight: bold; |
| +} |
| + |