diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-08-01 21:58:38 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-08-01 21:58:38 +0000 |
commit | f0ae4443a20c98a07f128b2af2175a6007f12c25 (patch) | |
tree | 822f9efa20349eb734aed6b9e744339f2ea97b43 | |
parent | f9106aba2acacfa423388ba6372a346c42146962 (diff) | |
download | forums-f0ae4443a20c98a07f128b2af2175a6007f12c25.tar forums-f0ae4443a20c98a07f128b2af2175a6007f12c25.tar.gz forums-f0ae4443a20c98a07f128b2af2175a6007f12c25.tar.bz2 forums-f0ae4443a20c98a07f128b2af2175a6007f12c25.tar.xz forums-f0ae4443a20c98a07f128b2af2175a6007f12c25.zip |
Bold cat shouldnt be bold by default
git-svn-id: file:///svn/phpbb/trunk@788 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/PSO/overall_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl index 6a10765dd9..5e372c1f9e 100644 --- a/phpBB/templates/PSO/overall_header.tpl +++ b/phpBB/templates/PSO/overall_header.tpl @@ -15,7 +15,7 @@ P {font-family:{T_FONTFACE1};font-size:10pt} TH {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal} TH.secondary {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE1};font-size:10pt;font-weight:normal;text-align:left} TD.tablebg {background-color:{T_TH_COLOR1}} -TD.cat {background-color:{T_TH_COLOR2};font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold} +TD.cat {background-color:{T_TH_COLOR2};font-family:{T_FONTFACE1};font-size:12pt} TD.row1 {background-color:{T_TD_COLOR1}} TD.row2 {background-color:{T_TD_COLOR2}} |