From: Patrick McCarty Date: Sun, 23 Aug 2009 05:21:21 +0000 (-0700) Subject: Web: more CSS fixes X-Git-Tag: release/2.13.4-1~160 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7c341cb031b512e0ce138d8df0c984ab34a5bda9;p=lilypond.git Web: more CSS fixes --- diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index 2a1a1ef265..ce04821b66 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -116,7 +116,7 @@ div#tocframe { width: 17%; background: url(../pictures/nav-bg.jpg); font-size: 100%; - padding: 0.4em 0.8% 0.25em; + padding: 0.5em 0.8%; margin: 0; } @@ -135,8 +135,12 @@ div#tocframe { } #tocframe li form input[type="hidden"] { - visibility: hidden; - background: #f00; + position: relative; + height: 0; + overflow: hidden; + text-indent: -999em; + padding: 0; + margin: 0; } #tocframe li a { @@ -407,7 +411,7 @@ div#quickSummary { } div.separator { - background: transparent url(../pictures/squiggle.jpg) 40% 60% no-repeat; + background: transparent url(../pictures/squiggle.jpg) no-repeat 40% 60%; height: 36px; clear: both; padding: 10px;