Commit 538a106c authored by Davis King's avatar Davis King

Made the spec green brighter.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403228
parent d2a8d08e
......@@ -385,11 +385,11 @@
<xsl:choose>
<xsl:when test="spec_file/@link = 'true'">
<BR/>
<b><font style='font-size:1.3em' color='#006600'>Specification: </font></b> <a href="{spec_file}.html#{name}"><xsl:value-of select="spec_file"/></a>
<b><font style='font-size:1.3em' color='#007700'>Specification: </font></b> <a href="{spec_file}.html#{name}"><xsl:value-of select="spec_file"/></a>
</xsl:when>
<xsl:otherwise>
<BR/>
<b><font style='font-size:1.3em' color='#006600'>Specification: </font></b> <a href="{spec_file}.html"><xsl:value-of select="spec_file"/></a>
<b><font style='font-size:1.3em' color='#007700'>Specification: </font></b> <a href="{spec_file}.html"><xsl:value-of select="spec_file"/></a>
</xsl:otherwise>
</xsl:choose>
</xsl:if>
......@@ -426,7 +426,7 @@
<xsl:apply-templates select="description"/>
<BR/>
<BR/>
<b><font style='font-size:1.3em' color='#006600'>Specification: </font></b> <a href="{spec_file}.html"><xsl:value-of select="spec_file"/></a>
<b><font style='font-size:1.3em' color='#007700'>Specification: </font></b> <a href="{spec_file}.html"><xsl:value-of select="spec_file"/></a>
<xsl:apply-templates select="examples"/>
<xsl:apply-templates select="implementations">
<xsl:with-param name="checked" select="$checked" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment