From c34a79013d21bf4484f678ff9db3ab4cac98f6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Malo?= Date: Tue, 10 Sep 2002 00:36:11 +0000 Subject: sitemap revision: support for new sitemap.xml new sitemap.dtd and sitemap.xsl added some corresponding items to en.xml added new li.separate style to manual.css also, increased the distance between list items inside the sidebar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96729 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/manual/style/css') diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index f1f3a50079..24ae227115 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -348,6 +348,10 @@ ol.up-A { list-style-type: upper-alpha; } +li.separate { + margin-bottom: 1em; +} + /* table of contents */ /* ====================== */ #toc, @@ -436,7 +440,7 @@ div#quickview .seealso { #manual-page div#quickview ul#toc li, div#quickview #topics li, div#quickview .seealso li { - margin: 0 0 2px 0; + margin: 0.4em 0 2px 0; padding: 0; list-style-type: square; list-style-position: outside; -- cgit v1.2.1