]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: CSS fixes
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 23 Aug 2009 04:28:12 +0000 (21:28 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 23 Aug 2009 04:37:49 +0000 (21:37 -0700)
Documentation/css/lilypond-web.css

index 3be936b22d912e8dba1e9269035a18c526100722..2a1a1ef26560345caa756d6e346fed1bb0250f91 100644 (file)
@@ -114,9 +114,9 @@ div#tocframe {
 #tocframe li form {
   float: left;
   width: 17%;
-  background: url(nav-bg.jpg);
+  background: url(../pictures/nav-bg.jpg);
   font-size: 100%;
-  padding: 0.5em 0.8%;
+  padding: 0.4em 0.8% 0.25em;
   margin: 0;
 }
 
@@ -146,17 +146,17 @@ div#tocframe {
   font-weight: bold;
   padding: 0.85em 0;
   margin: 0;
-  background: url(nav-bg.jpg);
+  background: url(../pictures/nav-bg.jpg);
 }
 
 #tocframe li a:hover {
-  background: url(nav-hover.jpg);
+  background: url(../pictures/nav-hover.jpg);
   text-decoration: underline;
 }
 
 #tocframe li.toc_current a,
 #tocframe li.toc_current a:hover {
-  background: url(nav-active.jpg);
+  background: url(../pictures/nav-active.jpg);
   color:#000;
   text-decoration: underline;
 }