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

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

Issue 10113001: Move section CSS to uber_shared to share with other uber pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/uber/uber_shared.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/options_page.css
diff --git a/chrome/browser/resources/options2/options_page.css b/chrome/browser/resources/options2/options_page.css
index 6cccd141bfb8a8d1719d19abb8284e2d07e16a3f..98e9de2e7ab0451e7831c3841821db0d5aaa93f3 100644
--- a/chrome/browser/resources/options2/options_page.css
+++ b/chrome/browser/resources/options2/options_page.css
@@ -152,25 +152,6 @@ div.disabled {
min-height: 192px;
}
-section {
- -webkit-padding-start: 18px;
- margin-bottom: 24px;
- margin-top: 8px;
- max-width: 600px;
-}
-
-section:last-of-type {
- margin-bottom: 0;
-}
-
-section > h3 {
- -webkit-margin-start: -18px;
-}
-
-section > div:only-of-type {
- -webkit-box-flex: 1;
-}
-
.option {
margin-top: 0;
}
« no previous file with comments | « no previous file | chrome/browser/resources/uber/uber_shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698