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> |