*** empty log message ***

foo
Juti Noppornpitak 16 years ago
parent b5dd8c0d52
commit be86e5c038
  1. 2
      cscweb.xsl
  2. 5
      default.css

@ -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">

@ -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,

Loading…
Cancel
Save