diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kdoctools/docbook/xsl/params/sidebar.properties.xml | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/docbook/xsl/params/sidebar.properties.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/sidebar.properties.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/sidebar.properties.xml b/kdoctools/docbook/xsl/params/sidebar.properties.xml new file mode 100644 index 000000000..8c54a36ea --- /dev/null +++ b/kdoctools/docbook/xsl/params/sidebar.properties.xml @@ -0,0 +1,38 @@ +<refentry id="sidebar.properties"> +<refmeta> +<refentrytitle>sidebar.properties</refentrytitle> +<refmiscinfo role="type">attribute set</refmiscinfo> +</refmeta> +<refnamediv> +<refname>sidebar.properties</refname> +<refpurpose>Attribute set for sidebar properties</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='sidebar.properties.frag'> +<xsl:attribute-set name="sidebar.properties" + use-attribute-sets="formal.object.properties"> + <xsl:attribute name="border-style">solid</xsl:attribute> + <xsl:attribute name="border-width">1pt</xsl:attribute> + <xsl:attribute name="border-color">black</xsl:attribute> + <xsl:attribute name="background-color">#DDDDDD</xsl:attribute> + <xsl:attribute name="padding-left">12pt</xsl:attribute> + <xsl:attribute name="padding-right">12pt</xsl:attribute> + <xsl:attribute name="padding-top">6pt</xsl:attribute> + <xsl:attribute name="padding-bottom">6pt</xsl:attribute> +<!-- + <xsl:attribute name="margin-left">12pt</xsl:attribute> + <xsl:attribute name="margin-right">12pt</xsl:attribute> + <xsl:attribute name="margin-top">6pt</xsl:attribute> + <xsl:attribute name="margin-bottom">6pt</xsl:attribute> +--> +</xsl:attribute-set> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>The styling for sidebars.</para> + +</refsect1> +</refentry> |