# HG changeset patch # User Steve Losh # Date 1233964390 18000 # Node ID f86753970a7884b96551f30d31d5f31798eb0bdc # Parent 26653a0d8d784eb63b2f69650cb93d0fae8e57db Added a tiny border to blog post images. diff -r 26653a0d8d78 -r f86753970a78 site-media/style/blog.css --- a/site-media/style/blog.css Thu Jan 29 20:50:39 2009 -0500 +++ b/site-media/style/blog.css Fri Feb 06 18:53:10 2009 -0500 @@ -40,6 +40,10 @@ margin-bottom: 1.5em; } +div#blog-entry img { + border: 1px solid #000; +} + div#blog-entry-comments { margin-top: 1.5em; margin-bottom: 1.5em;