This commit is contained in:
Juti Noppornpitak 2007-03-18 15:38:20 +00:00
parent 8dabe971a1
commit 25e0e6004a
2 changed files with 10 additions and 2 deletions

View File

@ -118,7 +118,7 @@
</xsl:template>
<xsl:template match="menudefs">
<table cellspacing="1" cellpadding="3" border="0" bgcolor="black" align="center">
<table cellspacing="1" cellpadding="3" border="0" bgcolor="black" align="center" class="menu">
<tr>
<xsl:apply-templates select="menuitem"/>
</tr>

View File

@ -36,11 +36,19 @@ p {
.template-header {
border-bottom:1px solid #ccc;
/* background-color:#cee6ff;*/
/*background-color:#cee6ff;*/
}
.menu {
background-color:white;
padding:0;
margin:0;
}
.menuitem {
} .menuitem a {
padding:3px 6px;
margin:0;
text-decoration:none;
font-weight:400;
font-family:'Lucida Grande', Sans, Sans-serif;