diff --git a/cscweb.xsl b/cscweb.xsl index 5cb91eb..4e5d539 100755 --- a/cscweb.xsl +++ b/cscweb.xsl @@ -186,6 +186,7 @@ may find, including the version of your browser and your operating system.

+ Copyright © 2002–2007 diff --git a/default.css b/default.css index 0be2fba..7314341 100755 --- a/default.css +++ b/default.css @@ -92,6 +92,17 @@ p { height:60px; } +.diritem, +.diritem:link, +.diritem:visited, +.diritem:active { + border-left:4px solid #ccc; + padding:0 15px 0 5px; + color:blue; +} .diritem:hover { + border-left:4px solid green; +} + .pagetop, .pagetop:link, .pagetop:visited,