Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8217)

Unified Diff: chrome/browser/resources/options/home_page_overlay.css

Issue 583573004: Fix broken home page overlay. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: :| Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
-}

Powered by Google App Engine
This is Rietveld 408576698