Quote:
Originally Posted by sturdy
How I can make the font-size of "Home" "Forums" "Blogs" etc. smaller ?
|
stylevar
navbar_tab_font
Quote:
Originally Posted by LLent
on my who is online page and my private message page there are no dividing lines between members and on pm page the messages if there are any lines they are black and have blended in ...how can i fix this thanks
|
stylevar
light_border
change the color there to something like #686868
Quote:
Originally Posted by wisemasterchief
I have added this to my additional.css for Community->Member List
Code:
#memberlist_table td.postcount
{
text-align: {vb:stylevar left};
}
#memberlist_table td.reputation,#memberlist_table td.avatar
{
text-align: left;
}
|
thanks for contributing