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

Unified Diff: chrome/browser/resources/settings/settings_page.css

Issue 2004663002: [MD settings] change line heights and section widths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: background color Created 4 years, 7 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/settings/settings_page.css
diff --git a/chrome/browser/resources/settings/settings_page.css b/chrome/browser/resources/settings/settings_page.css
index 859ffa5b898bd10c6579f886da4320b946e86f69..827d5271481a6a084dc1585088814d4b345becc6 100644
--- a/chrome/browser/resources/settings/settings_page.css
+++ b/chrome/browser/resources/settings/settings_page.css
@@ -9,11 +9,12 @@
margin: 0 auto;
max-width: 960px;
min-width: 622px;
- padding: 24px 0;
+ padding-bottom: 24px;
position: relative;
- width: 80%;
+ width: 96%;
}
:host > * {
tommycli 2016/05/20 23:40:39 Add a comment as to why this is arcane thing is he
dschuyler 2016/05/20 23:46:57 Done.
- margin-bottom: 16px;
+ margin-bottom: 3px;
+ padding-top: 21px;
}

Powered by Google App Engine
This is Rietveld 408576698