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

Unified Diff: chrome/browser/resources/settings/settings_main/settings_main_style.html

Issue 1141603003: Convert cr-settings-main to Polymer 0.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops, remove structure Created 5 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/settings_main/settings_main_style.html
diff --git a/chrome/browser/resources/settings/settings_main/settings_main_style.html b/chrome/browser/resources/settings/settings_main/settings_main_style.html
deleted file mode 100644
index a2c91ef3c25b5341a059309399fbeaecbe7b72e6..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/settings_main/settings_main_style.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
-<link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
-
-<core-style id="settingsMainStyle">
-:host {
- background-color: rgb(219, 222, 224);
- color: black;
- display: block;
-}
-
-#mainContainer {
- box-sizing: border-box;
- height: 100%;
- overflow: auto;
-}
-
-#pageContainer {
- -webkit-margin-end: 20px;
- -webkit-margin-start: 20px;
-}
-
-::content core-icon-button {
- position: absolute;
-}
-</core-style>

Powered by Google App Engine
This is Rietveld 408576698