grazie mille per le risposte, io ho questo codice
.contentheading {
font-size: 160%;
}
.componentheading {
margin-bottom: 15px;
}
td.componentheading {
padding-bottom: 15px;
}
/* @end */
/* @group Family */
body {
line-height: 135%;
font-family: Arial, Helvetica, sans-serif;
}
.contentheading,
.componentheading {
font-weight: bold;
}
Ho provato a mettere il contentheading al 100% ma la misura non cambia, come mai?
