From: Patrick McCarty Date: Sun, 3 Jan 2010 07:09:13 +0000 (-0800) Subject: Web: CSS: reduce the max-width for all pages. X-Git-Tag: release/2.13.11-1~106^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cb3c63a96bfef3c79ecb65d04b75fde0a4696d34;p=lilypond.git Web: CSS: reduce the max-width for all pages. I feel that 70em is a bit too wide for comfortable reading, so let's try a smaller value. --- diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index 4447b89a31..ff5dcb3ecb 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -12,7 +12,7 @@ body { right: 0.5%; width: 99%; min-width: 42em; - max-width: 70em; + max-width: 60em; font-size: 95%; line-height: 1.5; background: #fff url(../pictures/background-image.png) no-repeat 0 0; @@ -68,7 +68,7 @@ div#tocframe { left: 0; right: 0; background: #6aec7c url(../pictures/nav-bg.png) repeat-x top left; - max-width: 70em; + max-width: 60em; font-size: 100%; line-height: 1; padding: 0; @@ -347,7 +347,7 @@ div#main { left: 0; right: 0; width: 100%; - max-width: 70em; + max-width: 60em; margin: 0 auto 11.7em; /* Necessary to stretch over floated content; * will cause scrollbars to appear for content