From 132543df38cdbc8748fe23b285f613ea8fd45348 Mon Sep 17 00:00:00 2001 From: Juti Noppornpitak Date: Sun, 18 Mar 2007 14:05:18 +0000 Subject: [PATCH] start using class in cscweb --- cscweb.xsl | 2 +- default.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cscweb.xsl b/cscweb.xsl index 531cb27..dde4c64 100755 --- a/cscweb.xsl +++ b/cscweb.xsl @@ -131,7 +131,7 @@ + class="template-header"> diff --git a/default.css b/default.css index 1f28771..a7b213f 100755 --- a/default.css +++ b/default.css @@ -26,3 +26,8 @@ body, .web-framework { p { font-family:'Lucida Grande', Sans, Sans-serif; } + +.template-header { + border-bottom:1px solid #ccc; +/* background-color:#cee6ff;*/ +}
CSC