From 9daf3ac964bca2fe6947bd21a10728174b849dbd Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 22 Mar 2002 18:07:17 +0000 Subject: [PATCH] Change td.cat to zero border git-svn-id: file:///svn/phpbb/trunk@2403 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/admin/page_header.tpl | 1 + phpBB/templates/subSilver/overall_header.tpl | 1 + phpBB/templates/subSilver/subSilver.css | 1 + 3 files changed, 3 insertions(+) diff --git a/phpBB/templates/subSilver/admin/page_header.tpl b/phpBB/templates/subSilver/admin/page_header.tpl index 447d2d7861..d273fbd3cc 100644 --- a/phpBB/templates/subSilver/admin/page_header.tpl +++ b/phpBB/templates/subSilver/admin/page_header.tpl @@ -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; } diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index 3f7bcc2704..6038bb368b 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -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; } diff --git a/phpBB/templates/subSilver/subSilver.css b/phpBB/templates/subSilver/subSilver.css index f0cff5bf35..4b9e70a0eb 100644 --- a/phpBB/templates/subSilver/subSilver.css +++ b/phpBB/templates/subSilver/subSilver.css @@ -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; }