*** empty log message ***

This commit is contained in:
Juti Noppornpitak 2007-03-18 18:48:27 +00:00
parent b5dd8c0d52
commit be86e5c038
2 changed files with 6 additions and 1 deletions

View File

@ -169,7 +169,7 @@
</xsl:template>
<xsl:template match="diritem">
[<a href="{@href}"><xsl:value-of select="@title"/></a>]
<a class="diritem" href="{@href}"><xsl:value-of select="@title"/></a>
</xsl:template>
<xsl:template match="footer" name="footer">

View File

@ -96,6 +96,7 @@ p {
.diritem:link,
.diritem:visited,
.diritem:active {
font-family:'Lucida Grande', Sans, Sans-serif;
border-left:4px solid #ccc;
padding:0 15px 0 5px;
color:blue;
@ -103,6 +104,10 @@ p {
border-left:4px solid green;
}
.headdir {
font-weight:700;
}
.pagetop,
.pagetop:link,
.pagetop:visited,