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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 /* Copyright (c) 2016 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.
4 */
5
6 h1 {
dewittj 2016/05/24 18:13:08 is this style copied from somewhere? I would pref
chili 2016/05/24 22:52:30 Polymer is just a way to more easily split html te
7 color: rgb(74, 142, 230);
8 margin: 0;
9 padding: 0;
10 }
11
12 td {
13 padding: 4px;
14 }
15
16 tr:nth-child(odd) {
17 background-color: azure;
18 }
19
20 th {
21 background-color: navy;
22 color: white;
23 font-weight: bold;
24 }
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698