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

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

Issue 5964003: Content settings lists moved to sub-sub pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix remove row Created 10 years 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/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 1c35cd05fbbff2c08f7069b1fc5722047da7cb8d..127b4a64e231149e7bcb663af9e3b1058f2caa5b 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -278,7 +278,7 @@ html[hide-menu=true] #mainview {
vertical-align: middle;
}
-.page > h1 {
+.page h1 {
-webkit-padding-end: 24px;
border-bottom: 1px solid #eeeeee;
color: #53637d;
@@ -289,7 +289,7 @@ html[hide-menu=true] #mainview {
padding-top: 13px;
}
-.subpage-sheet .page > h1 {
+.subpage-sheet .page h1 {
padding-top: 4px;
}

Powered by Google App Engine
This is Rietveld 408576698