4f7cda859dc8

Fixed a gallery bug.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 21 Jan 2009 18:48:24 -0500
parents f1d2ffc7e123
children c6f37ebd2f3e
branches/tags (none)
files site-media/style/gallery.css site-media/style/projects.css

Changes

--- a/site-media/style/gallery.css	Wed Jan 21 18:35:29 2009 -0500
+++ b/site-media/style/gallery.css	Wed Jan 21 18:48:24 2009 -0500
@@ -1,1 +1,2 @@
-div.gallery-pane { text-align: center; margin-bottom: 10px; }
\ No newline at end of file
+div.gallery-pane { text-align: center; margin-bottom: 10px; }
+div.gallery img { padding: 0px; display: inline-block; border: 0px; }
--- a/site-media/style/projects.css	Wed Jan 21 18:35:29 2009 -0500
+++ b/site-media/style/projects.css	Wed Jan 21 18:48:24 2009 -0500
@@ -95,4 +95,4 @@
     float: right;
 }
 
-div#projects-project img { text-align: left; margin-right: auto; margin-left: auto; border: 10px solid #eee; display: block; padding: 1px; background-color: #000; }
\ No newline at end of file
+.content img { text-align: left; margin-right: auto; margin-left: auto; border: 10px solid #eee; display: block; padding: 1px; background-color: #000;}
\ No newline at end of file