54160ba670db

Fixed what I just screwed up.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 09 Feb 2009 19:55:19 -0500
parents 82b1e2974cec
children 4503e2493b8d
branches/tags (none)
files site-media/style/blog.css

Changes

--- 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;
 }