Delete your web browsers cache.
Internet explorer and firefox do not always reload the style sheets when you hit refresh. They look at index.php, which hasn’t changed, then use whatever is in cache.
I’ve changed wp-layout.css so the body tag reads:
body {
border: solid 2px #565;
border-bottom: solid 1px #565;
border-top: solid 3px #565;
font-family: Times, serif;
margin: 0;
padding: 0;
background-color: white;
color: black;
}
but the post is still showing as sans-serif.
Without a link, I am just guessing but did you make sure sans-serif is not being called later (perhaps in .storycontent, etc.)?
I’ve tried in several different browsers (Safari, Moz, Camino, OmniWeb) some for the first time of looking: same deal.
Yeah, can’t really help without a link. Otherwise it’s all just guesswork – which could take years. 🙁
cascading mate, the deeper properties takes priorities… 🙂