]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "WEB: hide "(main)" toc entry, add rounding to second (new first) item."
authorGraham Percival <graham@percival-music.ca>
Mon, 10 Aug 2009 23:21:27 +0000 (16:21 -0700)
committerGraham Percival <graham@percival-music.ca>
Tue, 11 Aug 2009 01:13:53 +0000 (18:13 -0700)
This reverts commit c7c62df72da7222b2ccff52438f385e5c8c9f3c6.  We
specifically *do* want the (main) toc entry... at least, I went to
a lot of trouble hacking the perl script to give us one, so I
don't want to remove it unless there's overwhelming discussion in
favor of removal.

Documentation/css/lilypond-web.css

index cb19618c6193e1431b0deb2bd7609d514ef5f37f..3b3994905fee6490879ebc4c98d8fe121d65cf0c 100644 (file)
@@ -174,12 +174,6 @@ 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;