Index: chrome/browser/resources/settings/reset_page/reset_page.css |
diff --git a/chrome/browser/resources/settings/reset_page/reset_page.css b/chrome/browser/resources/settings/reset_page/reset_page.css |
deleted file mode 100644 |
index 942b61b8ce879361a578e51e58d76631a6509b92..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/settings/reset_page/reset_page.css |
+++ /dev/null |
@@ -1,55 +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. */ |
- |
-#resetDialog { |
- min-width; 300px; |
- width: 500px; |
-} |
- |
-#reset { |
- -webkit-margin-start: 10px; |
- -webkit-padding-end: 15px; |
- -webkit-padding-start: 15px; |
- background-color: rgb(120, 120, 120); |
- color: white; |
-} |
- |
-#learnMore, |
-#cancel { |
- color: rgb(94, 94, 94); |
-} |
- |
-#explanation { |
- margin: 10px 0; |
-} |
- |
-#buttonContainer { |
- margin: 15px 0; |
-} |
- |
-#feedbackBar { |
- background-color: rgb(236, 236, 236); |
- margin: 0; |
- padding: 20px; |
-} |
- |
-#settings { |
- font-size: 12px; |
- line-height: initial; |
- table-layout: fixed; |
- width: 100%; |
-} |
- |
-#settings .key { |
- color: #888; |
- padding-right: 5px; |
- text-align: right; |
- vertical-align: top; |
-} |
- |
-#settings .value { |
- color: #333; |
- text-align: left; |
- white-space: pre-line; |
-} |