diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-08-01 20:00:12 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-08-01 20:00:12 +0000 |
commit | b2a8fb4a8f086e3c5900b00ed9fef5678e2cceeb (patch) | |
tree | dce91b9b77c89bb227e5559dea87e5f244e9e94b /phpBB/templates | |
parent | 4d8f7cd8a527378afe49a0f40e6edfc8346be8c9 (diff) | |
download | forums-b2a8fb4a8f086e3c5900b00ed9fef5678e2cceeb.tar forums-b2a8fb4a8f086e3c5900b00ed9fef5678e2cceeb.tar.gz forums-b2a8fb4a8f086e3c5900b00ed9fef5678e2cceeb.tar.bz2 forums-b2a8fb4a8f086e3c5900b00ed9fef5678e2cceeb.tar.xz forums-b2a8fb4a8f086e3c5900b00ed9fef5678e2cceeb.zip |
Minor mod
git-svn-id: file:///svn/phpbb/trunk@782 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/PSO/admin/page_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/admin/page_header.tpl b/phpBB/templates/PSO/admin/page_header.tpl index 95fa8a83f9..62343a7c67 100644 --- a/phpBB/templates/PSO/admin/page_header.tpl +++ b/phpBB/templates/PSO/admin/page_header.tpl @@ -14,7 +14,7 @@ TH.secondary {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE1};font-size TD {font-family:Verdana,serif;font-size:10pt} TD.tablebg {background-color:{T_TH_COLOR1}} -TD.cat {background-color:{T_TH_COLOR2}} +TD.cat {background-color:{T_TH_COLOR2};font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold} TD.row1 {background-color:{T_TD_COLOR1}} TD.row2 {background-color:{T_TD_COLOR2}} |