div {
font: 11px Verdana;
padding: 0px;
margin: 0px;
}
But i use the Wordpress CMS and the div element is used a little bit everywhere in templates.
Native, i use a 13px font size (Body).
But since i've added Hoststatus, every DIVs on my pages have a 11px font size.
Do you know a solution to solve my problem ?
Thanks
EDIT : I don't want a solution like div { font-size: 13px !important; } in the style.css of my template ... Because .. for example, my div footer with a small font size ... and with this "solution", my footer will have a 13px font size too ^^