From 5a2c25e22c411fa14fdc220c13b2495e244c4c25 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 4 Oct 2009 13:04:05 +0100 Subject: [PATCH] Web: try to squeeze a bit more space for 2nd level manuals toc. :( --- Documentation/css/lilypond-web.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.39.2