You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/02/01 11:35:06 UTC

svn commit: r739734 - in /incubator/click/trunk/tools/docbook/src: css/html/stylesheet.css styles/pdf/custom.xsl

Author: sabob
Date: Sun Feb  1 10:35:06 2009
New Revision: 739734

URL: http://svn.apache.org/viewvc?rev=739734&view=rev
Log:
increased section label depth and force links to open new window

Modified:
    incubator/click/trunk/tools/docbook/src/css/html/stylesheet.css
    incubator/click/trunk/tools/docbook/src/styles/pdf/custom.xsl

Modified: incubator/click/trunk/tools/docbook/src/css/html/stylesheet.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/docbook/src/css/html/stylesheet.css?rev=739734&r1=739733&r2=739734&view=diff
==============================================================================
--- incubator/click/trunk/tools/docbook/src/css/html/stylesheet.css (original)
+++ incubator/click/trunk/tools/docbook/src/css/html/stylesheet.css Sun Feb  1 10:35:06 2009
@@ -253,6 +253,10 @@
     color: red;
 }
 
+span.package {
+    font-family: monospace;
+}
+
 code.computeroutput {
     background-color: #FFFFC0;
     border: 1px solid #A7BCD6;

Modified: incubator/click/trunk/tools/docbook/src/styles/pdf/custom.xsl
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/docbook/src/styles/pdf/custom.xsl?rev=739734&r1=739733&r2=739734&view=diff
==============================================================================
--- incubator/click/trunk/tools/docbook/src/styles/pdf/custom.xsl (original)
+++ incubator/click/trunk/tools/docbook/src/styles/pdf/custom.xsl Sun Feb  1 10:35:06 2009
@@ -206,7 +206,7 @@
     <!-- Label Chapters and Sections (numbering) -->
     <xsl:param name="chapter.autolabel" select="1"/>
     <xsl:param name="section.autolabel" select="1"/>
-    <xsl:param name="section.autolabel.max.depth" select="1"/>
+    <xsl:param name="section.autolabel.max.depth" select="5"/>
 
     <xsl:param name="section.label.includes.component.label" select="1"/>
     <xsl:param name="table.footnote.number.format" select="'1'"/>