From: Graham Percival Date: Mon, 10 Aug 2009 23:21:27 +0000 (-0700) Subject: Revert "WEB: hide "(main)" toc entry, add rounding to second (new first) item." X-Git-Tag: release/2.13.4-1~179^2~113 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=24c41ece62d06a54e25d2b87b60aa3dd821a285c;p=lilypond.git Revert "WEB: hide "(main)" toc entry, add rounding to second (new first) item." 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. --- diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index cb19618c61..3b3994905f 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -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;