|
18 | 18 | <xsl:attributename="wrap-option">wrap</xsl:attribute>
|
19 | 19 | </xsl:attribute-set>
|
20 | 20 |
|
| 21 | +<xsl:attribute-setname="nongraphical.admonition.properties"> |
| 22 | + <xsl:attributename="border-style">solid</xsl:attribute> |
| 23 | + <xsl:attributename="border-width">1pt</xsl:attribute> |
| 24 | + <xsl:attributename="border-color">black</xsl:attribute> |
| 25 | + <xsl:attributename="padding-start">12pt</xsl:attribute> |
| 26 | + <xsl:attributename="padding-end">12pt</xsl:attribute> |
| 27 | + <xsl:attributename="padding-top">6pt</xsl:attribute> |
| 28 | + <xsl:attributename="padding-bottom">6pt</xsl:attribute> |
| 29 | +</xsl:attribute-set> |
| 30 | + |
| 31 | +<xsl:attribute-setname="admonition.title.properties"> |
| 32 | + <xsl:attributename="text-align">center</xsl:attribute> |
| 33 | +</xsl:attribute-set> |
| 34 | + |
21 | 35 | <!-- Change display of some elements-->
|
22 | 36 |
|
23 | 37 | <xsl:templatematch="command">
|
|