1<refentry id="admon.style">
2<refmeta>
3<refentrytitle>admon.style</refentrytitle>
4<refmiscinfo role="type">string</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>admon.style</refname>
8<refpurpose>CSS style attributes for admonitions</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='admon.style.frag'><xsl:param name="admon.style">
13  <xsl:text>margin-left: 0.5in; margin-right: 0.5in;</xsl:text>
14</xsl:param></src:fragment>
15</refsynopsisdiv>
16
17<refsect1><title>Description</title>
18
19<para>Specifies the value of the <sgmltag class="attribute">STYLE</sgmltag>
20attribute that should be added to admonitions.
21</para>
22
23</refsect1>
24</refentry>
25