|
From: Paul S. O. <ps...@us...> - 2002-03-22 18:07:14
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv31311/templates/subSilver
Modified Files:
overall_header.tpl
Log Message:
Change td.cat to zero border
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** overall_header.tpl 19 Mar 2002 01:04:32 -0000 1.24
--- overall_header.tpl 22 Mar 2002 18:07:09 -0000 1.25
***************
*** 86,89 ****
--- 86,90 ----
td.cat,td.catHead,td.catBottom {
height: 29px;
+ border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
|