Commit 1ef2ae75 authored by Davis King's avatar Davis King

Made the menus a little less confusing.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402609
parent fec5c5a5
docs/docs/right.gif

102 Bytes | W: | H:

docs/docs/right.gif

67 Bytes | W: | H:

docs/docs/right.gif
docs/docs/right.gif
docs/docs/right.gif
docs/docs/right.gif
  • 2-up
  • Swipe
  • Onion skin
......@@ -100,9 +100,9 @@
body {margin:0px;}
pre {margin:0px;}
ul.tree li { list-style: none; }
ul.tree { margin:0px; padding:0px; margin-left:13px; cursor: pointer;}
ul.tree li ul { margin-left:16px; padding:0px; }
ul.tree li { list-style: none; margin-left:10px;}
ul.tree { margin:0px; padding:0px; margin-left:5px; }
ul.tree li ul { margin-left:10px; padding:0px; }
div#component {
background-color:white;
......@@ -266,7 +266,7 @@
<xsl:when test="@nolink = 'true'">
<xsl:choose>
<xsl:when test="name">
<a onclick="Toggle(this)"><img src="plus.gif"/><font color="green"><u><xsl:value-of select="name"/></u></font></a>
<a onclick="Toggle(this)" style="cursor: pointer;margin-left:-9px"><img src="plus.gif"/><font color="green"><u><xsl:value-of select="name"/></u></font></a>
<xsl:apply-templates select="sub">
<xsl:with-param name="file_name" select="$file_name" />
</xsl:apply-templates>
......@@ -283,15 +283,15 @@
<xsl:when test="sub">
<xsl:choose>
<xsl:when test="link">
<a href="{link}"><img src="right.gif" border="0"/></a>
<a onclick="Toggle(this)"><img src="plus.gif" border="0"/><font color="green"><u><xsl:value-of select="name"/></u></font></a>
<a href="{link}" style="float:right"><img src="right.gif" border="0"/></a>
<a onclick="Toggle(this)" style="cursor: pointer;margin-left:-9px" ><img src="plus.gif" border="0"/><font color="green"><u><xsl:value-of select="name"/></u></font></a>
<xsl:apply-templates select="sub">
<xsl:with-param name="file_name" select="$file_name" />
</xsl:apply-templates>
</xsl:when>
<xsl:otherwise>
<a href="{$file_name}#{name}"><img src="down.gif" border="0" style="margin-right:0.5em"/></a>
<a onclick="Toggle(this)"><img src="plus.gif" border="0"/><font color="green"><u><xsl:value-of select="name"/></u></font></a>
<a href="{$file_name}#{name}" style="float:right"><img src="down.gif" border="0" /></a>
<a onclick="Toggle(this)" style="cursor: pointer;"><img src="plus.gif" border="0"/><font color="green"><u><xsl:value-of select="name"/></u></font></a>
<xsl:apply-templates select="sub">
<xsl:with-param name="file_name" select="$file_name" />
</xsl:apply-templates>
......
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