summaryrefslogtreecommitdiff
path: root/docs/manual/style/css
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2002-09-10 00:36:11 +0000
committerAndré Malo <nd@apache.org>2002-09-10 00:36:11 +0000
commitc34a79013d21bf4484f678ff9db3ab4cac98f6e4 (patch)
treec3eb984d3f3292b909a97f2e40a47d68c4eea0c9 /docs/manual/style/css
parent9cdc0f0ce946f8c088ab7bedb6747310e6bbdabe (diff)
downloadhttpd-c34a79013d21bf4484f678ff9db3ab4cac98f6e4.tar.gz
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
Diffstat (limited to 'docs/manual/style/css')
-rw-r--r--docs/manual/style/css/manual.css6
1 files changed, 5 insertions, 1 deletions
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;