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

Unified Diff: components/safe_browsing/web_ui/resources/safe_browsing.css

Issue 2974243002: Revert of Added experiments section and exported the list of SafeBrowsing features in WebUI (Closed)
Patch Set: Created 3 years, 5 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
Index: components/safe_browsing/web_ui/resources/safe_browsing.css
diff --git a/components/safe_browsing/web_ui/resources/safe_browsing.css b/components/safe_browsing/web_ui/resources/safe_browsing.css
index 93c0cfb833e0e4d407befa13d42d131e1fd9b5b4..0bacdd7f4e8fa58f5984064f24959ce80cd8757c 100644
--- a/components/safe_browsing/web_ui/resources/safe_browsing.css
+++ b/components/safe_browsing/web_ui/resources/safe_browsing.css
@@ -2,28 +2,7 @@
/* Copyright 2017 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. */
-body {
- color: rgb(48, 57, 66);
- margin:15px;
-}
+
p {
white-space: pre-wrap;
}
-
-.experiments {
- background-color: #fbfbfb;
- border: 1px solid #cecece;
- border-radius: 3px;
- padding: 19px;
- line-height: 1.5;
-}
-
-#sbTitle {
- font-size: 2em;
- margin-bottom: 0.8em;
-}
-
-h1, h2, h3, p {
- font-weight: normal;
- line-height: 1;
- }
« no previous file with comments | « components/safe_browsing/web_ui/BUILD.gn ('k') | components/safe_browsing/web_ui/resources/safe_browsing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698