Commit 0b4cdb1b authored by cjhopman@chromium.org's avatar cjhopman@chromium.org

Add a max width to distilled pages

Review URL: https://codereview.chromium.org/481573002

Cr-Commit-Position: refs/heads/master@{#290141}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290141 0039d316-1c4b-4281-b951-d872f2087c98
parent 2f4e73e9
...@@ -158,6 +158,11 @@ h6 { ...@@ -158,6 +158,11 @@ h6 {
/* Main margins. */ /* Main margins. */
body {
max-width: 800px;
margin: 0px auto;
}
#mainContent { #mainContent {
margin: 1.296rem 1.296rem auto; margin: 1.296rem 1.296rem auto;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment