diff options
-rw-r--r-- | phpBB/templates/subSilver/admin/page_header.tpl | 1 | ||||
-rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 1 | ||||
-rw-r--r-- | phpBB/templates/subSilver/subSilver.css | 1 |
3 files changed, 3 insertions, 0 deletions
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; } |