~todd-deshane/openstack-manuals/working

« back to all changes in this revision

Viewing changes to doc/build/docbook-xsl-1.76.1/params/table.cell.border.thickness.xml

  • Committer: Anne Gentle
  • Date: 2011-04-04 17:54:52 UTC
  • Revision ID: anne@openstack.org-20110404175452-gtth3hfrniqhpp5o
Switching from Ant builds to Maven, still working out kinks but should be functional

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.border.thickness">
7
 
<refmeta>
8
 
<refentrytitle>table.cell.border.thickness</refentrytitle>
9
 
<refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
10
 
</refmeta>
11
 
<refnamediv>
12
 
<refname>table.cell.border.thickness</refname>
13
 
<refpurpose>Specifies the thickness of table cell borders</refpurpose>
14
 
</refnamediv>
15
 
 
16
 
<refsynopsisdiv>
17
 
<src:fragment xml:id="table.cell.border.thickness.frag">
18
 
<xsl:param name="table.cell.border.thickness">0.5pt</xsl:param>
19
 
</src:fragment>
20
 
</refsynopsisdiv>
21
 
 
22
 
<refsection><info><title>Description</title></info>
23
 
 
24
 
<para>If non-zero, specifies the thickness of borders on table
25
 
cells. The units are points. See <link
26
 
xlink:href="http://www.w3.org/TR/CSS21/box.html#border-width-properties">
27
 
CSS</link></para>
28
 
 
29
 
<note>
30
 
  <para>To control properties of cell borders in HTML output, you must also turn on the 
31
 
  <parameter>table.borders.with.css</parameter> parameter.</para>
32
 
</note>
33
 
 
34
 
</refsection>
35
 
</refentry>