Problem with font-weight: bold throughout the forum

sconcau84

Member
Ciao a tutti e scusate per l'inglese.
Non so per quale motivo ma ho il grassetto su tutte la pagine del forum, da pannello di controllo non ho trovato nulla mentre con firebug ho trovato questo codice
Come posso risolvere? Grazie

Google Translate
Hello everyone and sorry for English.
I do not know why but I have a bold on all pages on the forum, from control panel I have not found anything while I found this code with firebug
How can I fix? thanks

Site : http://69.24.72.160/sconcauteam/index.php

Code Firebug

Code:
Inherited frombig
element.style {
font-weight:bold;
}
 
Grazie Brogan!
Il problema stava proprio la :p

Thanks Brogan!
The problem was precisely the :p

<xen:if is="!{$register.user_id}"> <p class="importantMessage">
<big style="font-weight: bold;"><big><big><big>
<span style="font-weight: bold; color: red;">IMPORTANTE : RIVOLTO
ALL'INTERA COMMUNITY </span></big></big></big>
</xen:if>
 
Top Bottom