Quote:
Originally Posted by Wired1
Been a while since I looked at the code, but IIRC the look is done automatically by the default vB CSS code for those tabs. There's probably a way to apply different CSS to the tab, but I just got off a 16 hour work day, so I have no idea where to look lol.
|
Stop working so hard
I've had a poke around and found this, in the memberinfo_css_EPFP_tab
Code:
#EPFP_tab li.profilefield_category {
font-weight:bold;
margin-top:6px;
}
#EPFP_tab dl.profilefield_list {
font-weight:normal;
margin:6px 16px 0px 16px;
}
#EPFP_tab dl.profilefield_list dd {
margin-bottom:6px;
margin-left:0px;
In the 2nd piece of code, if I change the 'normal' to 'bold' then it makes all the text in the tab bold. The 1st piece of code doesn't seem to do anything when I change it, am I fiddling in the right place?