<xsl:if test="position() > 1">
<xsl:text>,</xsl:text>
</xsl:if>
- <xsl:text> 		</xsl:text>
+ <xsl:text> 	</xsl:text>
<emphasis role="keyword">
<xsl:value-of select="type"/>
</emphasis>
<!-- Split long macro definitions across multiple lines -->
<xsl:if test="(string-length(initializer) > 50) or (count(param) > 0)">
- <xsl:text>\ 		</xsl:text>
+ <xsl:text>\ 	</xsl:text>
</xsl:if>
<xsl:value-of select="initializer"/>
</xsl:template>
<xsl:template match="highlight">
-<!-- <emphasis role="{@class}"> -->
+ <emphasis role="{@class}">
<xsl:apply-templates/>
-<!-- </emphasis> -->
+ </emphasis>
</xsl:template>
<xsl:template match="sp[ancestor::codeline]">
display: block;\r
margin-left: 15px;\r
padding: 10px;\r
- background-color: #f0f0f0;\r
+ background-color: #f4f4f4;\r
border: 1px solid #aaaaaa;\r
font-family: "Consolas", "Courier New", sans-serif;\r
}\r
\r
code {\r
- background-color: #f0f0f0;\r
+ background-color: #f4f4f4;\r
font-family: "Consolas", "Courier New", sans-serif;\r
}\r
\r
margin-left: 15px;\r
padding-left: 10px;\r
padding-bottom: 5px;\r
- background-color: #f0f0f0;\r
+ background-color: #f4f4f4;\r
border: 1px solid #aaaaaa;\r
}\r
\r
}\r
\r
table thead * {\r
- background-color: #f0f0f0;\r
+ background-color: #f4f4f4;\r
}\r
\r
table thead th {\r