nav + overall

This commit is contained in:
Juti Noppornpitak 2007-03-18 15:34:47 +00:00
parent ce9e6fa5e9
commit 8dabe971a1
2 changed files with 3 additions and 2 deletions

View File

@ -112,8 +112,8 @@
<xsl:template match="menuitem">
<td bgcolor="#cccccc" class="menuitem button">
<a href="{@href}"><img border="0" src="/buttons/{@icon}.png"
width="40" height="40" alt="" /></a><br />
<a href="{@href}"><xsl:value-of select="@title"/></a>
width="40" height="40" alt="" /><!--</a>--><br />
<!--<a href="{@href}">--><xsl:value-of select="@title"/></a>
</td>
</xsl:template>

View File

@ -27,6 +27,7 @@ h2 {
border-left:10px solid #ff9900;
font-family:'Lucida Grande', Sans, Sans-serif;
text-transform:uppercase;
padding-left:10px;
}
p {