~ubuntu-branches/ubuntu/natty/kde4libs/natty-proposed

« back to all changes in this revision

Viewing changes to kdoctools/docbook/xsl/params/qanda.title.properties.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell, Scott Kitterman
  • Date: 2011-01-21 11:32:24 UTC
  • mfrom: (1.14.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121113224-c9tebdkklj5u3awu
Tags: 4:4.6.0-0ubuntu1~ppa1
[ Jonathan Riddell ]
* New upstream release
* Reluctantly add kcm_ssl to kdelibs5-plugins, this should be in kdebase

[ Scott Kitterman ]
* Update libkatepartinterfaces4.symbols and libkdecore5.symbols for 4.5.95
  and confirm symbols on all architectures with pkgkde-symbolshelper
  - Thanks to Jonathan Thomas for verifying the missing symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="qanda.title.properties">
2
 
<refmeta>
3
 
<refentrytitle>qanda.title.properties</refentrytitle>
4
 
<refmiscinfo role="type">attribute set</refmiscinfo>
5
 
</refmeta>
6
 
<refnamediv>
7
 
<refname>qanda.title.properties</refname>
8
 
<refpurpose>Properties for qanda set titles</refpurpose>
9
 
</refnamediv>
10
 
 
11
 
<refsynopsisdiv>
12
 
<src:fragment id='qanda.title.properties.frag'>
13
 
<xsl:attribute-set name="qanda.title.properties">
14
 
  <xsl:attribute name="font-family">
15
 
    <xsl:value-of select="$title.font.family"/>
16
 
  </xsl:attribute>
17
 
  <xsl:attribute name="font-weight">bold</xsl:attribute>
18
 
  <!-- font size is calculated dynamically by qanda.heading template -->
19
 
  <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
20
 
  <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
21
 
  <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
22
 
  <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
23
 
</xsl:attribute-set>
24
 
</src:fragment>
25
 
</refsynopsisdiv>
26
 
 
27
 
<refsect1><title>Description</title>
28
 
 
29
 
<para>The properties common to all qanda set titles.</para>
30
 
 
31
 
</refsect1>
32
 
</refentry>
33