The CSS property is font-variant. Right now it's got small-caps assigned as its value for various elements. You want font-variant: normal; on anything that now has the small-caps value assigned.
eta: hold on actually I have your style sheet open now, I will find them all! :)
here, paste this into your custom css box on the customize journal style page:
no subject
Date: 2011-09-03 01:05 am (UTC)eta: hold on actually I have your style sheet open now, I will find them all! :)
here, paste this into your custom css box on the customize journal style page:
h1#title, h2#subtitle, h2#pagetitle, #header .module-navlinks, .navigation, h2.module-header, div.journal-website-name, div.module-navlinks, h3.entry-title, .datetime, .entry-poster, .metadata, div.tag, ul.entry-interaction-links li, ul.entry-management-links li, .page-tags .tags-container h2, .comment-title, .comment-title a, .comment-poster, .poster-ip, .comment-management-links ul, .comment-interaction-links ul, .comment-management-links li, .comment-interaction-links li { font-variant: normal !important; }