Add an extra style for unbordered images.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 30 Aug 2009 20:36:21 -0400 |
parents |
8c03bf5d3f9f
|
children |
1e16f9597207
|
branches/tags |
(none) |
files |
site-media/style/blog.css |
Changes
--- a/site-media/style/blog.css Sun Aug 23 08:55:31 2009 -0400
+++ b/site-media/style/blog.css Sun Aug 30 20:36:21 2009 -0400
@@ -36,6 +36,9 @@
margin-left: auto;
margin-right: auto;
}
+div#blog-entry div.no-img-borders img {
+ border: none;
+}
div#blog-entry-comments {
margin-top: 1.5em;