start using class in cscweb

This commit is contained in:
Juti Noppornpitak 2007-03-18 14:05:18 +00:00
parent 122184228d
commit 132543df38
2 changed files with 6 additions and 1 deletions

View File

@ -131,7 +131,7 @@
<xsl:template match="header" name="header">
<table cellspacing="0" cellpadding="2" border="0" width="100%"
bgcolor="#cee6ff">
class="template-header">
<tr>
<td width="84"><a href="/"><img src="/logos/csc_80_35.png"
alt="CSC" width="80" height="35" border="0" /></a></td>

View File

@ -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;*/
}