From d1f12b62150a6148ffc680fcaa858b6d9be23186 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 10 Aug 2009 22:26:58 +0200 Subject: [PATCH] WEB: hide "(main)" toc entry, add rounding to second (new first) item. --- Documentation/css/lilypond-web.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index 3b3994905f..cb19618c61 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -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; -- 2.39.5