Added a tiny border to blog post images.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Fri, 06 Feb 2009 18:53:10 -0500 | 
    
    
        | parents | 26653a0d8d78 | 
    
        | children | 21c30ed608f1 | 
    
        | branches/tags | (none) | 
    
        | files | site-media/style/blog.css | 
Changes
    
--- a/site-media/style/blog.css	Thu Jan 29 20:50:39 2009 -0500
+++ b/site-media/style/blog.css	Fri Feb 06 18:53:10 2009 -0500
@@ -40,6 +40,10 @@
     margin-bottom: 1.5em;
 }
 
+div#blog-entry img {
+    border: 1px solid #000;
+}
+
 div#blog-entry-comments {
     margin-top: 1.5em;
     margin-bottom: 1.5em;