Today I updated my database to MySQL 5, updated WordPress to 3.1, and fixed the pesky mis-rendering of emphasis tags (<em> … </em>) by the Talian theme this site uses. The fix for the style.css file is adding the following to style.css for the theme: i,em { display: inline !important; } (thanks to chaoskaiser for [...]
