# HG changeset patch # User Steve Losh # Date 1251678981 14400 # Node ID 358d0b9cc0aa97efca2d548903305cc055d206b5 # Parent 8c03bf5d3f9fc84a229f125b5468f763c619949b Add an extra style for unbordered images. diff -r 8c03bf5d3f9f -r 358d0b9cc0aa site-media/style/blog.css --- a/site-media/style/blog.css Sun Aug 23 08:55:31 2009 -0400 +++ b/site-media/style/blog.css Sun Aug 30 20:36:21 2009 -0400 @@ -36,6 +36,9 @@ margin-left: auto; margin-right: auto; } +div#blog-entry div.no-img-borders img { + border: none; +} div#blog-entry-comments { margin-top: 1.5em;