From 05ce0368d3eb55def8eb6bca7212c549cff2205f Mon Sep 17 00:00:00 2001 From: Juti Noppornpitak Date: Sun, 18 Mar 2007 16:17:31 +0000 Subject: [PATCH] template-header --- cscweb.xsl | 2 ++ default.css | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/cscweb.xsl b/cscweb.xsl index c6dcc9d..b0040da 100755 --- a/cscweb.xsl +++ b/cscweb.xsl @@ -132,6 +132,8 @@ +
diff --git a/default.css b/default.css index 4aac721..2c94051 100755 --- a/default.css +++ b/default.css @@ -37,6 +37,14 @@ p { .template-header { border-bottom:1px solid #ccc; /*background-color:#cee6ff;*/ + margin-top:100px; +} + +.webtitle { + position:absolute; + top:0; + left:0; + background-color:#215498; } .menuspace {