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

Unified Diff: chrome/renderer/resources/neterror.css

Issue 220593006: Fix one of the SSL error pages to work with the new neterror CSS file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: merge Created 6 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
« no previous file with comments | « chrome/browser/resources/ssl/blocking.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/neterror.css
===================================================================
--- chrome/renderer/resources/neterror.css (revision 268594)
+++ chrome/renderer/resources/neterror.css (working copy)
@@ -2,6 +2,13 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+/*******************************************************************************
+ *
+ * Note: This is also used by a file in chrome/browser/resources/ssl. When
+ * updating this file, make sure nothing in that directory regresses.
+ *
+ ******************************************************************************/
Nico 2014/05/06 23:08:04 I'm afraid that this file is long enough that peop
mmenke 2014/05/06 23:34:27 You're probably right, but I don't have a better s
+
body {
background-color: #E6E6E6;
font-family: Helvetica, Arial, sans-serif;
« no previous file with comments | « chrome/browser/resources/ssl/blocking.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698