From: Trevor Daniels Date: Tue, 10 Aug 2010 22:30:38 +0000 (+0100) Subject: Web: optimise example scroll-bar X-Git-Tag: release/2.13.30-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9a9839ec37d7b27056f4a252d3d7cc0176b2639b;p=lilypond.git 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 --- 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; }