From b5dd8c0d52ee6a77930d3958e2ae609439e4935f Mon Sep 17 00:00:00 2001 From: Juti Noppornpitak Date: Sun, 18 Mar 2007 18:44:40 +0000 Subject: [PATCH] *** empty log message *** --- cscweb.xsl | 1 + default.css | 11 +++++++++++ 2 files changed, 12 insertions(+) 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,