]> git.stg.codes - stg.git/blob - doc/xslt/params/table.cell.padding.xml
Set output encoding to utf-8.
[stg.git] / doc / xslt / params / table.cell.padding.xml
1 <refentry xmlns="http://docbook.org/ns/docbook"
2           xmlns:xlink="http://www.w3.org/1999/xlink"
3           xmlns:xi="http://www.w3.org/2001/XInclude"
4           xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5           xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6           version="5.0" xml:id="table.cell.padding">
7 <refmeta>
8 <refentrytitle>table.cell.padding</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
10 </refmeta>
11 <refnamediv>
12 <refname>table.cell.padding</refname>
13 <refpurpose>Specifies the padding of table cells</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17 <src:fragment xml:id="table.cell.padding.frag">
18 <xsl:attribute-set name="table.cell.padding">
19   <xsl:attribute name="padding-start">2pt</xsl:attribute>
20   <xsl:attribute name="padding-end">2pt</xsl:attribute>
21   <xsl:attribute name="padding-top">2pt</xsl:attribute>
22   <xsl:attribute name="padding-bottom">2pt</xsl:attribute>
23 </xsl:attribute-set>
24 </src:fragment>
25 </refsynopsisdiv>
26
27 <refsection><info><title>Description</title></info>
28
29 <para>Specifies the padding of table cells.</para>
30
31 </refsection>
32 </refentry>