~ubuntu-branches/ubuntu/oneiric/libjboss-remoting-java/oneiric

« back to all changes in this revision

Viewing changes to docs/guide/support/support/docbook-xsl/params/toc.margin.properties.xml

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-09 14:01:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110909140103-hqokx61534tas9rg
Tags: 2.5.3.SP1-1
* Newer but not newest upstream release. Do not build samples.
* Change debian/watch to upstream's svn repo.
* Add patch to fix compile error caused by tomcat update.
  (Closes: #628303)
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Remove useless Depends.
* Update Standards-Version: 3.9.2.
* Update README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry id="toc.margin.properties">
 
2
<refnamediv>
 
3
<refname>toc.margin.properties</refname>
 
4
<refpurpose>Margin properties used on Tables of Contents</refpurpose>
 
5
</refnamediv>
 
6
 
 
7
<refsynopsisdiv>
 
8
<src:fragment id='toc.margin.properties.frag'>
 
9
<xsl:attribute-set name="toc.margin.properties">
 
10
  <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
 
11
  <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
 
12
  <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
 
13
  <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
 
14
  <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
 
15
  <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
 
16
</xsl:attribute-set>
 
17
</src:fragment>
 
18
</refsynopsisdiv>
 
19
 
 
20
<refsect1><title>Description</title>
 
21
<para>This attribute set is used on Tables of Contents. These attributes are set
 
22
on the wrapper that surrounds the ToC block, not on each individual lines.</para>
 
23
</refsect1>
 
24
</refentry>