| Index: chrome/browser/resources/settings/downloads_page/downloads_page_style.html
|
| diff --git a/chrome/browser/resources/settings/downloads_page/downloads_page_style.html b/chrome/browser/resources/settings/downloads_page/downloads_page_style.html
|
| deleted file mode 100644
|
| index fdddff8124cc1786c8497f85784cfad40270a74b..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/settings/downloads_page/downloads_page_style.html
|
| +++ /dev/null
|
| @@ -1,18 +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="downloadsPageStyle">
|
| -cr-input {
|
| - width: 300px;
|
| -}
|
| -
|
| -cr-input::shadow #input {
|
| - /* This ensures that the "Download location" label and the text in the input
|
| - * itself are vertically aligned. */
|
| - margin: 0.25em 0;
|
| -}
|
| -
|
| -.location-label {
|
| - -webkit-margin-end: 10px;
|
| -}
|
| -</core-style>
|
|
|