Safari Fix
Thanks to Wil for triggering my OCD and letting me know that my site was all messed up looking in Safari. ;) I spent the last couple of days trying to figure out what the heck was going on and why my site looked ok in Firefox, IE, and Opera, but was all messed up in Safari. This is especially hard when you don’t have access to a Mac and can’t see in realtime if your changes have any affect.
In any case, I think the problem is solved. Turns out, I needed the following in my CSS file:
ul.post-meta {list-style: none;}
ul.post-meta span.post-meta-key {font-weight: bold;}
If you view my pages source code, I don’t see any reason why any of the above would be triggered or necessary. But the above is indeed essential for the page to look right in Safari. Any CSS gurus know why this is the case?