Changeset 5244
- Timestamp:
- Feb 12, 2010, 2:51:08 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/appendix/index.xml
r4638 r5244 39 39 <include file="incompatible.xml" /> 40 40 <include file="update_warnings.xml" /> 41 <include file="fileformats.xml" /> 41 42 </part> -
trunk/lib/docbook/custom-styles/docbook/plain/css/docbook.css
r4298 r5244 182 182 183 183 div.table table { 184 display: block; /* This is so that Mozilla generates box 100% wide */184 185 185 } 186 186 -
trunk/lib/docbook/custom-styles/docbook/plain/xsl/customized.chunked.xsl
r4642 r5244 19 19 <xsl:param name="chunk.fast" select="1" /> 20 20 <xsl:param name="toc.max.depth" select="4"/> 21 <xsl:param name="toc.section.depth" select=" 2" />21 <xsl:param name="toc.section.depth" select="3" /> 22 22 <xsl:param name="generate.section.toc.level" select="1" /> 23 23 <xsl:param name="generate.toc"> -
trunk/lib/docbook/docbook/xsl/html/table.xsl
r3756 r5244 187 187 188 188 <table> 189 <xsl:attribute name="align"> 190 <xsl:value-of select="@align" /> 191 </xsl:attribute> 189 192 <xsl:choose> 190 193 <!-- If there's a textobject/phrase for the table summary, use it -->
Note: See TracChangeset
for help on using the changeset viewer.