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

Unified Diff: chrome/browser/resources/options2/advanced_options.css

Issue 9555016: [uber] css hack n slash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/options2/advanced_options.css
diff --git a/chrome/browser/resources/options2/advanced_options.css b/chrome/browser/resources/options2/advanced_options.css
index 11163867981664c79651f3dc8c428541217ca43f..ae52f10897ef0367f6c2b7a1d8e1f20f4a012b4f 100644
--- a/chrome/browser/resources/options2/advanced_options.css
+++ b/chrome/browser/resources/options2/advanced_options.css
@@ -2,14 +2,6 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#advancedPage .section-group:not(:first-child) {
- margin-top: 10px;
-}
-
-#advancedPage .section-group:not(:last-child) {
- margin-bottom: 10px;
-}
-
#advancedPage select,
#advancedPage .web-content-select-label {
min-width: 145px;
@@ -20,11 +12,6 @@
min-width: 100px;
}
-#download-location-group {
- margin: 10px 0 5px;
- min-width: 470px;
-}
-
#fontSettingsCustomizeFontsButton,
#privacyClearDataButton {
margin-left: 10px;

Powered by Google App Engine
This is Rietveld 408576698