Index: chrome/browser/resources/settings/settings_main/settings_main_style.html |
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.css b/chrome/browser/resources/settings/settings_main/settings_main_style.html |
similarity index 67% |
rename from chrome/browser/resources/settings/settings_main/settings_main.css |
rename to chrome/browser/resources/settings/settings_main/settings_main_style.html |
index 73a8a3273e2dee90344660e8d1b1f8fc186ab608..1f92a8ef450ae1f4dfa198db2585901357601a28 100644 |
--- a/chrome/browser/resources/settings/settings_main/settings_main.css |
+++ b/chrome/browser/resources/settings/settings_main/settings_main_style.html |
@@ -1,7 +1,7 @@ |
-/* 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. */ |
+<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; |
@@ -29,3 +29,4 @@ |
::content core-icon-button { |
position: absolute; |
} |
+</core-style> |