]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: optimise example scroll-bar
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 10 Aug 2010 22:30:38 +0000 (23:30 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 10 Aug 2010 22:33:42 +0000 (23:33 +0100)
 - 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

index b675d22c2885a96291733f96d2ca0b9c14b8448a..0ed563b4d1215ad4025ec82d3337f65ae5c21804 100644 (file)
@@ -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;
 }