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="sidebar.title.properties">
8 <refentrytitle>sidebar.title.properties</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
12 <refname>sidebar.title.properties</refname>
13 <refpurpose>Attribute set for sidebar titles</refpurpose>
17 <src:fragment xml:id="sidebar.title.properties.frag">
18 <xsl:attribute-set name="sidebar.title.properties">
19 <xsl:attribute name="font-weight">bold</xsl:attribute>
20 <xsl:attribute name="hyphenate">false</xsl:attribute>
21 <xsl:attribute name="text-align">start</xsl:attribute>
22 <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
27 <refsection><info><title>Description</title></info>
29 <para>The styling for sidebars titles.</para>