|
From: Paul S. O. <ps...@us...> - 2002-03-22 18:07:21
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv31356/templates/subSilver
Modified Files:
subSilver.css
Log Message:
Change td.cat to zero border
Index: subSilver.css
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/subSilver.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** subSilver.css 2 Mar 2002 20:46:09 -0000 1.6
--- subSilver.css 22 Mar 2002 18:07:17 -0000 1.7
***************
*** 73,76 ****
--- 73,77 ----
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 {
|