From: Andre Malo Date: Fri, 4 Oct 2002 14:19:54 +0000 (+0000) Subject: add xslt/html/css support for elements X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57e1dd29910f036a75f5ab34a1d6dac847527c9f;p=apache add xslt/html/css support for elements git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97097 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index beac9b39e6..e6d0aecf4c 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -816,6 +816,11 @@ p.indent { margin-top: 1em; } +span.indent { + padding-left: 1em; + display: block; +} + p.figure { margin-left: 2em; font-style: italic; diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 26cf1aa11c..3063119cf3 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -395,6 +395,17 @@ + + + + + + + + + + +