Not Solved [Help] THEAD style not the same?
#1
Not Solved Information 
I am trying to create a new style but I notice the difference between my Categories's THEAD style as compared to my Board Statistics' THEAD style.

Anyone know whats wrong? Look at the screenshot provided. The font size is different =/ Angry

   
Reply
#2
Not Solved
link to forum?
[Image: mybbsig.php]
Reply
#3
Not Solved
It's probably because you've got your:

.thead {
	background: #EEE;
	color: #FFF;
	font-size: 10pt;
}

Set to a bigger font than:

.thead a:link {
	color: #FFF;
	text-decoration: none;
}

.thead a:visited {
	color: #FFF;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #EEE;
	text-decoration: underline;
}
Reply
#4
Not Solved
thanks, fixed it!

Added the font-size to the rest of the .thead css
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)