]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-web.css
WEB: hide "(main)" toc entry, add rounding to second (new first) item.
[lilypond.git] / 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;