From 24c41ece62d06a54e25d2b87b60aa3dd821a285c Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 10 Aug 2009 16:21:27 -0700 Subject: [PATCH] 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. --- Documentation/css/lilypond-web.css | 6 ------ 1 file changed, 6 deletions(-) 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; -- 2.39.5