| Index: chrome/browser/resources/options/home_page_overlay.css
|
| diff --git a/chrome/browser/resources/options/home_page_overlay.css b/chrome/browser/resources/options/home_page_overlay.css
|
| deleted file mode 100644
|
| index 853b256874c1701de805e283b807f78fbe81e5eb..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/options/home_page_overlay.css
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -/* Copyright (c) 2012 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. */
|
| -
|
| -#homepage-url-field {
|
| - bottom: 1px;
|
| - display: block;
|
| - margin-left: 10px;
|
| - position: relative;
|
| -}
|
| -
|
| -/* -webkit-margin-start doesn't work as you'd hope on .weakrtl elements. */
|
| -html[dir='rtl'] #homepage-url-field {
|
| - margin-left: 0;
|
| - margin-right: 10px;
|
| -}
|
|
|