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

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

Issue 23965003: New SSL blocking screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 2 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/ssl/ssl_blocking_page.cc ('k') | chrome/renderer/resources/neterror.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/neterror.css
diff --git a/chrome/renderer/resources/neterror.css b/chrome/renderer/resources/neterror.css
index 8d0c55c51bb2d15dcf3bc4df33b4fe4654d4a2be..ff55edefa1828956081c53d17b026b0c7133f4b6 100644
--- a/chrome/renderer/resources/neterror.css
+++ b/chrome/renderer/resources/neterror.css
@@ -7,7 +7,6 @@ body {
font-family: Helvetica, Arial, sans-serif;
font-size: 10pt;
margin: 50px 40px 20px 40px;
- text-align: center;
}
#main-frame-error {
@@ -44,11 +43,20 @@ html:not([subframe]) #sub-frame-error {
-webkit-margin-start: 0px;
}
-h1 {
+#content-top #buttons,
+#content-top h1 {
color: #666;
margin: 10px 0px 25px 0px;
font-weight: normal;
font-size: 1.5em;
+ text-align: center;
+}
+
+h2 {
+ color: #666;
+ font-size: 1.2em;
+ font-weight: normal;
+ margin: 10px 0;
}
a {
« no previous file with comments | « chrome/browser/ssl/ssl_blocking_page.cc ('k') | chrome/renderer/resources/neterror.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698