From 9a9839ec37d7b27056f4a252d3d7cc0176b2639b Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Tue, 10 Aug 2010 23:30:38 +0100 Subject: [PATCH] Web: optimise example scroll-bar - move text slightly to left within scroll-bar so first character is not lost in IE - increase length as far as possible; anything greater and the scroll-bar runs off the right margin of the column in small windows --- Documentation/css/lilypond-web.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index b675d22c28..0ed563b4d1 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -893,13 +893,13 @@ div.color4 h3 { .example { position: relative; - left: -3em; + left: -2.5em; } .h-scroll-auto { position: relative; left: 1em; - width: 240px; + width: 250px; overflow: auto; } -- 2.39.2