From 57e1dd29910f036a75f5ab34a1d6dac847527c9f Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Fri, 4 Oct 2002 14:19:54 +0000 Subject: [PATCH] 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 --- docs/manual/style/css/manual.css | 5 +++++ docs/manual/style/xsl/common.xsl | 11 +++++++++++ 2 files changed, 16 insertions(+) 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 @@ + + + + + + + + + + + -- 2.50.1