Subscribe

Archive for the 'blog' Category

Blog Style Update

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: […]