Change td.cat to zero border

git-svn-id: file:///svn/phpbb/trunk@2403 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-03-22 18:07:17 +00:00
parent 629dd76277
commit 9daf3ac964
3 changed files with 3 additions and 0 deletions

View file

@ -83,6 +83,7 @@ td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
*/
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 {
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }

View file

@ -85,6 +85,7 @@ td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
*/
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 {
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }

View file

@ -72,6 +72,7 @@ td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
*/
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 {
font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }