Member Names In Showforum View

i have noticed that in the forum view, the first letter of every member's name is capitalized even if the actual member's name is not. for example, my user name "signde" displays as "Signde". is this intentional? it seems odd to me.

anyway, great skin. everyone on my forum loves it :)

#534640

Ha, this was actually something I was gonna take out.

Remove this from the ipb_style.css and it'll fix it.

		.box li b {
text-transform: capitalize;
}

#534641

thanks

#534645