# HG changeset patch # User Steve Losh # Date 1234227319 18000 # Node ID 54160ba670db98af56469a5cb1bc2edbaf1b18f4 # Parent 82b1e2974cecdbb766a7b34dfe6aa632aec34d04 Fixed what I just screwed up. diff -r 82b1e2974cec -r 54160ba670db site-media/style/blog.css --- a/site-media/style/blog.css Mon Feb 09 19:50:03 2009 -0500 +++ b/site-media/style/blog.css Mon Feb 09 19:55:19 2009 -0500 @@ -42,6 +42,7 @@ div#blog-entry img { border: 1px solid #000; + display: block; margin-left: auto; margin-right: auto; } @@ -113,12 +114,12 @@ float: right; } -.blog-photo-inline-left { +div#blog-entry img.blog-photo-inline-left { float: left; margin-right: 1.5em; } -.blog-photo-inline-right { +div#blog-entry img.blog-photo-inline-right { float: right; margin-left: 1.5em; }