From cb3c63a96bfef3c79ecb65d04b75fde0a4696d34 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sat, 2 Jan 2010 23:09:13 -0800 Subject: [PATCH] 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. --- Documentation/css/lilypond-web.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5