diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-22 18:07:17 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-22 18:07:17 +0000 |
commit | 9daf3ac964bca2fe6947bd21a10728174b849dbd (patch) | |
tree | 64cb5a8fef8c458a6d292713ada9bc295c0366ae /phpBB/templates | |
parent | 629dd76277e51090ca5a29a5e06ed7cb2473c512 (diff) | |
download | forums-9daf3ac964bca2fe6947bd21a10728174b849dbd.tar forums-9daf3ac964bca2fe6947bd21a10728174b849dbd.tar.gz forums-9daf3ac964bca2fe6947bd21a10728174b849dbd.tar.bz2 forums-9daf3ac964bca2fe6947bd21a10728174b849dbd.tar.xz forums-9daf3ac964bca2fe6947bd21a10728174b849dbd.zip |
Change td.cat to zero border
git-svn-id: file:///svn/phpbb/trunk@2403 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-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; } |