When I look at the source of a loaded page, some of the css isn't there. For example, I changed div.widget-title h3 and when nothing happened (I was trying to make the font smaller), and then I checked the source and this is all that showed up:
Code:
div.widget-title h3 {
}
Heres what's in style.css
Code:
div.widget-title h3 {
padding:0;
margin:0;
font-size: 50%;
/* more ... */
}
Is this a bug or am I missing something?
WordPress v2.7.1 at
knobby.ws/wordpress