This commit is contained in:
Juti Noppornpitak 2007-03-18 15:46:58 +00:00
parent c0c315d2ab
commit d2aa9cc643
2 changed files with 5 additions and 6 deletions

View File

@ -119,7 +119,7 @@
<xsl:template match="menudefs"> <xsl:template match="menudefs">
<div class="menuspace"> <div class="menuspace">
<table class="menubar"> <table cellspacing="0" cellpadding="0" border="0" class="menubar">
<tr> <tr>
<xsl:apply-templates select="menuitem"/> <xsl:apply-templates select="menuitem"/>
</tr> </tr>

View File

@ -43,23 +43,22 @@ p {
background:white; background:white;
} }
.menubar { .menuspace .menubar {
background-color:transparent; background-color:transparent;
padding:0; padding:0;
margin:0; margin:0;
text-align:center;
} }
.menuitem { .menuspace .menuitem {
margin:0; margin:0;
padding:0; padding:0;
text-align:center; text-align:center;
} .menuitem a { } .menuspace .menuitem a {
padding:3px 6px; padding:3px 6px;
margin:0; margin:0;
text-decoration:none; text-decoration:none;
font-weight:400; font-weight:400;
font-family:'Lucida Grande', Sans, Sans-serif; font-family:'Lucida Grande', Sans, Sans-serif;
} .menuitem a:hover { } .menuspace .menuitem a:hover {
font-weight:700; font-weight:700;
} }