@ -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 match="footer" name="footer">
@ -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,