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

Unified Diff: chrome/browser/resources/security_warnings/interstitial_v2.css

Issue 842973002: Restore security warning font size to correct size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved to html Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/security_warnings/interstitial_v2.css
diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.css b/chrome/browser/resources/security_warnings/interstitial_v2.css
index 07bf7565fb14adeb630ab1a40af543a772a7dd02..ec84e938a729a37d24c88d44df860f15c2a56ac3 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.css
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.css
@@ -15,7 +15,6 @@ a {
body {
background-color: #f7f7f7;
color: #585858;
- font-size: 125%;
}
body.safe-browsing {
@@ -97,6 +96,10 @@ h2 {
display: none;
}
+html {
+ font-size: 125%;
+}
+
.icon {
background-repeat: no-repeat;
background-size: 100%;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698