From 7c341cb031b512e0ce138d8df0c984ab34a5bda9 Mon Sep 17 00:00:00 2001
From: Patrick McCarty <pnorcks@gmail.com>
Date: Sat, 22 Aug 2009 22:21:21 -0700
Subject: [PATCH] Web: more CSS fixes

---
 Documentation/css/lilypond-web.css | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

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;
-- 
2.39.5