Blog Style Update
Posted in blog on March 21st, 2008 No Comments »
My good friend John Blackman reminded me that my embedded code here was looking pretty bad so I made a few changes to improve the layout by increasing the size and adding wrapping. The wrapping is a bit tricky but the following bit of CSS does the trick for pre tags:
pre code { white-space: […]