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

Side by Side Diff: content/browser/resources/net/network_errors_listing.css

Issue 1421743002: Implement chrome://network-errors for direct access to network error interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 /*
2 * Copyright 2015 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 */
Dan Beam 2015/11/24 20:08:20 /* Copyright 2015 The Chromium Authors. All rights
edwardjung 2015/11/24 21:42:12 Done.
6
7 body {
8 font-family: Arial, sans-serif;
Dan Beam 2015/11/24 20:08:20 should this be the same font as other webui pages
edwardjung 2015/11/24 21:42:12 Good point. Switched to use Roboto.
9 font-size: 12px;
10 margin: 10px;
11 padding-bottom: 65px;
12 }
13
14 ul {
15 line-height: 1.7em;
16 padding-left: 15px;
17 }
18
19 a {
20 word-break: break-word;
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698