diff options
| author | Keith Packard <keithp@keithp.com> | 2015-11-01 04:22:27 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-11-01 06:02:14 -0800 |
| commit | edcb80f25875200a73269045db71c1579b0c2c82 (patch) | |
| tree | 324ddf4f3ea8f8cf2e41bb3630f7c2f365ce9e51 /doc/common.xsl | |
| parent | 1c0f2cd7cbd8fa1360d6b18a1bf8ac0707634aa4 (diff) | |
doc: Split revhistory to separate file for html docs
This avoids having the revhistory clutter the top of the document.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/common.xsl')
| -rw-r--r-- | doc/common.xsl | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/doc/common.xsl b/doc/common.xsl index 2e5cbc23..1bb323c0 100644 --- a/doc/common.xsl +++ b/doc/common.xsl @@ -56,17 +56,35 @@ <xsl:param name="html.cellspacing" select="''"/> <xsl:param name="table.borders.with.css" select="1"/> -<xsl:param name="table.cell.border.color" select="'#527bbd'"/> - +<xsl:param name="table.cell.border.color" select="'#0080ff'"/> <xsl:param name="table.cell.border.style" select="'solid'"/> <xsl:param name="table.cell.border.thickness" select="'1px'"/> <xsl:param name="table.footnote.number.format" select="'a'"/> <xsl:param name="table.footnote.number.symbols" select="''"/> -<xsl:param name="table.frame.border.color" select="'#527bbd'"/> +<xsl:param name="table.frame.border.color" select="'#0080ff'"/> <xsl:param name="table.frame.border.style" select="'solid'"/> -<xsl:param name="table.frame.border.thickness" select="'3px'"/> +<xsl:param name="table.frame.border.thickness" select="'1px'"/> <xsl:param name="tablecolumns.extension" select="'1'"/> +<xsl:attribute-set name="revhistory.title.properties"> + <xsl:attribute name="font-size">12pt</xsl:attribute> + <xsl:attribute name="font-weight">bold</xsl:attribute> + <xsl:attribute name="text-align">center</xsl:attribute> +</xsl:attribute-set> + +<xsl:attribute-set name="revhistory.table.properties"> + <xsl:attribute name="border">0.5pt solid #0080ff</xsl:attribute> + <xsl:attribute name="width">50%</xsl:attribute> +</xsl:attribute-set> + +<xsl:attribute-set name="revhistory.table.cell.properties"> + <xsl:attribute name="border">0.5pt solid #0080ff</xsl:attribute> + <xsl:attribute name="font-size">12pt</xsl:attribute> + <xsl:attribute name="padding">2pt</xsl:attribute> +</xsl:attribute-set> + +<xsl:param name="generate.revhistory.link" select="1"/> + <xsl:param name="highlight.source" select="1"/> <xsl:param name="section.label.includes.component.label" select="1"/> |
