~pythoneers/ubuntu/lucid/feedparser/ltsppa

« back to all changes in this revision

Viewing changes to docs/docbook/xsl/params/compact.list.item.spacing.xml

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Galisteo
  • Date: 2007-01-09 15:27:45 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070109152745-pg3zhn67yyaumwv3
Tags: 4.1-7
Fixed css link for *.html inside /doc. (Closes: #405343)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="compact.list.item.spacing">
2
 
<refnamediv>
3
 
<refname>compact.list.item.spacing</refname>
4
 
<refpurpose>What space do you want between list items (when spacing=compact)?</refpurpose>
5
 
</refnamediv>
6
 
 
7
 
<refsynopsisdiv>
8
 
<src:fragment id='compact.list.item.spacing.frag'><xsl:attribute-set name="compact.list.item.spacing">
9
 
  <xsl:attribute name="space-before.optimum">0em</xsl:attribute>
10
 
  <xsl:attribute name="space-before.minimum">0em</xsl:attribute>
11
 
  <xsl:attribute name="space-before.maximum">0.2em</xsl:attribute>
12
 
</xsl:attribute-set></src:fragment>
13
 
</refsynopsisdiv>
14
 
<refsect1><title>Description</title>
15
 
<para>Specify what spacing you want between each list item when
16
 
<sgmltag class="attribute">spacing</sgmltag> is
17
 
<quote><literal>compact</literal></quote>.</para>
18
 
</refsect1>
19
 
</refentry>