Commit 23b4ac29 authored by Davis King's avatar Davis King

refined style sheet for the docs a little

parent 7b43a3c6
...@@ -513,12 +513,12 @@ function BigToggle(node) ...@@ -513,12 +513,12 @@ function BigToggle(node)
<xsl:when test="spec_file/@link = 'true'"> <xsl:when test="spec_file/@link = 'true'">
<BR/> <BR/>
<b><a href="{spec_file}.html#{name}"> <b><a href="{spec_file}.html#{name}">
<font style='font-size:1.3em'>Detailed Documentation</font></a></b> <font style='font-size:1.4em'>Detailed Documentation</font></a></b>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<BR/> <BR/>
<b><a href="{spec_file}.html"> <b><a href="{spec_file}.html">
<font style='font-size:1.3em'>Detailed Documentation</font></a></b> <font style='font-size:1.4em'>Detailed Documentation</font></a></b>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</xsl:if> </xsl:if>
...@@ -555,11 +555,11 @@ function BigToggle(node) ...@@ -555,11 +555,11 @@ function BigToggle(node)
<xsl:choose> <xsl:choose>
<xsl:when test="spec_file/@link = 'true'"> <xsl:when test="spec_file/@link = 'true'">
<b><a href="{spec_file}.html#{name}"> <b><a href="{spec_file}.html#{name}">
<font style='font-size:1.3em'>Detailed Documentation</font></a></b> <font style='font-size:1.4em'>Detailed Documentation</font></a></b>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<b><a href="{spec_file}.html"> <b><a href="{spec_file}.html">
<font style='font-size:1.3em'>Detailed Documentation</font></a></b> <font style='font-size:1.4em'>Detailed Documentation</font></a></b>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
...@@ -582,7 +582,7 @@ function BigToggle(node) ...@@ -582,7 +582,7 @@ function BigToggle(node)
</xsl:template> </xsl:template>
<xsl:template match="examples"> <xsl:template match="examples">
<BR/><b>Example Programs: </b> <BR/>Example Programs:
<xsl:for-each select="example"> <xsl:for-each select="example">
<xsl:choose> <xsl:choose>
<xsl:when test="position() = last()"> <xsl:when test="position() = last()">
......
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