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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.css

Issue 1963013002: [MD settings] layout of site settings sub-pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 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
Index: chrome/browser/resources/settings/site_settings/site_list.css
diff --git a/chrome/browser/resources/settings/site_settings/site_list.css b/chrome/browser/resources/settings/site_settings/site_list.css
deleted file mode 100644
index 27c2b3455caecc987d4a04dc7505e3c0d666515c..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/site_settings/site_list.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Copyright 2015 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. */
-
-:host {
- -webkit-margin-start: 7px;
- display: block;
-}
-
-.site-header {
- width: 100%;
-}
-
-.site-list {
- -webkit-margin-end: -16px;
-}
-
-.origin {
- --paper-item-body-two-line-min-height: 0;
- -webkit-margin-start: 12px;
-}
-
-.website-icon {
- background-repeat: no-repeat;
- background-size: contain;
- height: 16px;
- width: 16px;
-}

Powered by Google App Engine
This is Rietveld 408576698