Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Unified Diff: components/offline_pages/resources/offline_internals.css

Issue 2003883002: [Offline pages] Create offline internals page for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve cl comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/offline_pages/resources/offline_internals.css
diff --git a/components/offline_pages/resources/offline_internals.css b/components/offline_pages/resources/offline_internals.css
new file mode 100644
index 0000000000000000000000000000000000000000..087f8a245eaef50387412326bc2716528b3653ea
--- /dev/null
+++ b/components/offline_pages/resources/offline_internals.css
@@ -0,0 +1,25 @@
+/* Copyright (c) 2016 The Chromium Authors. All rights reserved.
+ * 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;
+}
+

Powered by Google App Engine
This is Rietveld 408576698