From a5284d3c07afdd0dd9d485355bcd02abebdfb194 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sat, 9 Jan 2010 14:51:47 -0800 Subject: [PATCH] Revert "Web: CSS: reduce the max-width for all pages." This reverts commit 8da656f9fb10185103b2d71f2a590d5dd93a5584. Increase the max-width again for purposes of including more content "above the fold". Note to self: evaluate this again after the documentation pages are reorganized. --- 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 623627f737..4d60015e11 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: 60em; + max-width: 70em; 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: 60em; + max-width: 70em; font-size: 100%; line-height: 1; padding: 0; @@ -343,7 +343,7 @@ div#main { left: 0; right: 0; width: 100%; - max-width: 60em; + max-width: 70em; margin: 0 auto 11.7em; /* Necessary to stretch over floated content; * will cause scrollbars to appear for content -- 2.39.5