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

Unified Diff: chrome/browser/resources/ssl/blocking.css

Issue 437113002: Delete the old SSL interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing IDS_FLAGS_SSL_INTERSTITIAL strings Created 6 years, 4 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/browser_resources.grd ('k') | chrome/browser/resources/ssl/blocking.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ssl/blocking.css
diff --git a/chrome/browser/resources/ssl/blocking.css b/chrome/browser/resources/ssl/blocking.css
deleted file mode 100644
index 221dc3487ac1adac41b16b3a55b23eb635295f19..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/ssl/blocking.css
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Copyright 2013 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-.explanation-par {
- line-height: 18px;
- padding: 0 20px 20px 20px;
-}
-
-#icon-lock {
- content: -webkit-image-set(
- url('images/1x/locked_page.png') 1x,
- url('images/2x/locked_page.png') 2x);
- padding-bottom: 15px;
- padding-top: 10px;
-}
-
-/* Decrease padding at low sizes. */
-@media (max-width: 640px),
-@media (max-height: 640px) {
- .explanation-par,
- .ssl-help-box-inner {
- padding: 0;
- }
-}
-
-.ssl-help-box-inner {
- padding: 0 20px;
-}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/ssl/blocking.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698