Adjust the code font in blog comments.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Mon, 31 Aug 2009 21:31:41 -0400 | 
    
    
        | parents | 358d0b9cc0aa | 
    
        | children | 7c5e0b115e6d | 
    
        | branches/tags | (none) | 
    
        | files | site-media/style/blog.css | 
Changes
    
--- a/site-media/style/blog.css	Sun Aug 30 20:36:21 2009 -0400
+++ b/site-media/style/blog.css	Mon Aug 31 21:31:41 2009 -0400
@@ -100,4 +100,8 @@
 }
 h2 + p .blog-photo-inline-left {
 	margin-top:  1em;
-}
\ No newline at end of file
+}
+div.blog-entry-comment-body pre {
+    font-size: 1em;
+    line-height: 1.5em;
+}