nav+ overall

This commit is contained in:
Juti Noppornpitak 2007-03-18 15:33:24 +00:00
parent cd10c8126e
commit ce9e6fa5e9
2 changed files with 4 additions and 3 deletions

View File

@ -110,7 +110,7 @@
</xsl:template>
<xsl:template match="menuitem">
<td class="menuitem button">
<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>

View File

@ -24,7 +24,7 @@ body, .web-framework {
}
h2 {
border-left:4px solid #ff9900;
border-left:10px solid #ff9900;
font-family:'Lucida Grande', Sans, Sans-serif;
text-transform:uppercase;
}
@ -41,7 +41,8 @@ p {
.menuitem {
} .menuitem a {
text-decoration:none;
font-weight:700;
font-weight:400;
font-family:'Lucida Grande', Sans, Sans-serif;
} .menuitem a:hover {
font-weight:700;
}