]> granicus.if.org Git - apache/commitdiff
omit the cross-language links in CHM files.
authorAndré Malo <nd@apache.org>
Fri, 2 May 2003 19:53:31 +0000 (19:53 +0000)
committerAndré Malo <nd@apache.org>
Fri, 2 May 2003 19:53:31 +0000 (19:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99694 13f79535-47bb-0310-9956-ffa450edef68

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

index 01bff5478532deaf83a2d6688eaa12356b1416b1..4f9a853e166cbb77d9832b7f5b7dd296e16a99b3 100644 (file)
@@ -4,4 +4,8 @@ html {
     font-size: 95%;
 }
 
+h1 {
+    margin: 0 0 0.5em 0;
+}
+
 /* the end */
\ No newline at end of file
index ffa299114b5a2a85eb752b9ef4d5c310c935ac17..7499cb82d9bace80f911c169e9673ce3a9b8a8a4 100644 (file)
 <xsl:param name="position" select="'top'" />
 <xsl:variable name="metafile" select="document(/*/@metafile)/metafile" />
 
+<xsl:if test="not($is-chm)">
 <div class="{$position}lang">&lf;
     <p>
         <span>
         </xsl:for-each>
     </p>&lf;
 </div> <!-- /.{$position}lang -->
+</xsl:if>
 </xsl:template>
 <!-- /langavail -->