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">
<div class="menuspace">
<table class="menubar">
<table cellspacing="0" cellpadding="0" border="0" class="menubar">
<tr>
<xsl:apply-templates select="menuitem"/>
</tr>

View File

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