# HG changeset patch # User Steve Losh # Date 1251768701 14400 # Node ID 1e16f95972072bfebb68894861e6910029d01687 # Parent 358d0b9cc0aa97efca2d548903305cc055d206b5 Adjust the code font in blog comments. diff -r 358d0b9cc0aa -r 1e16f9597207 site-media/style/blog.css --- 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; +}