|
From: Paul S. O. <ps...@us...> - 2002-03-22 18:07:07
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv31276/templates/subSilver/admin
Modified Files:
page_header.tpl
Log Message:
Change td.cat to zero border
Index: page_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/page_header.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** page_header.tpl 19 Mar 2002 01:05:00 -0000 1.11
--- page_header.tpl 22 Mar 2002 18:07:05 -0000 1.12
***************
*** 84,87 ****
--- 84,88 ----
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 {
|