]> granicus.if.org Git - apache/commitdiff
add xslt/html/css support for <indent> elements
authorAndré Malo <nd@apache.org>
Fri, 4 Oct 2002 14:19:54 +0000 (14:19 +0000)
committerAndré Malo <nd@apache.org>
Fri, 4 Oct 2002 14:19:54 +0000 (14:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97097 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/css/manual.css
docs/manual/style/xsl/common.xsl

index beac9b39e6d5baa99df333828ad70e75332756f7..e6d0aecf4c74e0f97844aac368c7dd4d5d37eb17 100644 (file)
@@ -816,6 +816,11 @@ p.indent {
     margin-top: 1em;
 }
 
+span.indent {
+    padding-left: 1em;
+    display: block;
+}
+
 p.figure {
     margin-left: 2em;
     font-style: italic;
index 26cf1aa11cdc58546b257b9daebc68a043b56ead..3063119cf3f04699354bc85141d69ee1e4ee4b21 100644 (file)
   <!-- /example/title -->
 
 
+  <!--                                                    -->
+  <!-- indent                                             -->
+  <!--                                                    -->
+  <xsl:template match="indent">
+    <span class="indent">
+      <xsl:apply-templates/>
+    </span>
+  </xsl:template> 
+  <!-- /indent -->
+
+
   <!--                                                    -->
   <!-- <note>                                             -->
   <!-- Notes are placed in a table. Uses different back-  -->