82b1e2974cec

Centered non-inline blog images.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 09 Feb 2009 19:50:03 -0500
parents 2f5e2fcfa47e
children 54160ba670db
branches/tags (none)
files site-media/style/blog.css

Changes

--- 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 {