# HG changeset patch # User Steve Losh # Date 1234227003 18000 # Node ID 82b1e2974cecdbb766a7b34dfe6aa632aec34d04 # Parent 2f5e2fcfa47ee84adbd300c84d8f1fb66d6da913 Centered non-inline blog images. diff -r 2f5e2fcfa47e -r 82b1e2974cec site-media/style/blog.css --- a/site-media/style/blog.css Mon Feb 09 18:33:35 2009 -0500 +++ b/site-media/style/blog.css Mon Feb 09 19:50:03 2009 -0500 @@ -42,6 +42,8 @@ div#blog-entry img { border: 1px solid #000; + margin-left: auto; + margin-right: auto; } div#blog-entry-comments {