]> git.donarmstrong.com Git - lilypond.git/commitdiff
WEB: hide "(main)" toc entry, add rounding to second (new first) item.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 10 Aug 2009 20:26:58 +0000 (22:26 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 10 Aug 2009 20:27:10 +0000 (22:27 +0200)
Documentation/css/lilypond-web.css

index 3b3994905fee6490879ebc4c98d8fe121d65cf0c..cb19618c6193e1431b0deb2bd7609d514ef5f37f 100644 (file)
@@ -174,6 +174,12 @@ div#tocframe {
 }
 
 #tocframe .toc .toc li:first-child a {
+  /* Hide the gratituous (main) entry */
+  overflow: hidden;
+  display: none;
+}
+
+#tocframe .toc .toc li:first-child + li a {
   -moz-border-radius-topleft: 7px;
   -moz-border-radius-bottomleft: 7px;
   -webkit-border-top-left-radius: 7px;