From: Graham Percival Date: Sun, 4 Oct 2009 12:04:05 +0000 (+0100) Subject: Web: try to squeeze a bit more space for 2nd level manuals toc. :( X-Git-Tag: release/2.13.6-1~61 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a2c25e22c411fa14fdc220c13b2495e244c4c25;p=lilypond.git Web: try to squeeze a bit more space for 2nd level manuals toc. :( --- diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index 2903c7e646..600cd71d3f 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -8,9 +8,9 @@ html { body { position: absolute; top: 0; - left: 1%; - right: 1%; - width: 98%; + left: 0.5%; + right: 0.5%; + width: 99%; min-width: 42em; max-width: 70em; font-size: 95%; @@ -188,8 +188,8 @@ div#tocframe { #tocframe .toc .toc { position: absolute; top: 3.8em; - left: 1%; - right: 1%; + left: 0.5%; + right: 0.5%; font-size: 82%; padding: 0; margin: 0;