mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Bold cat shouldnt be bold by default
git-svn-id: file:///svn/phpbb/trunk@788 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f9106aba2a
commit
f0ae4443a2
1 changed files with 1 additions and 1 deletions
|
@ -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 {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}
|
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.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.row1 {background-color:{T_TD_COLOR1}}
|
||||||
TD.row2 {background-color:{T_TD_COLOR2}}
|
TD.row2 {background-color:{T_TD_COLOR2}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue