# HG changeset patch # User Steve Losh # Date 1232581704 18000 # Node ID 4f7cda859dc8ef528050b0a48836f0271437dd9c # Parent f1d2ffc7e123fcbe6611ef69e84a4d060131c991 Fixed a gallery bug. diff -r f1d2ffc7e123 -r 4f7cda859dc8 site-media/style/gallery.css --- 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; } diff -r f1d2ffc7e123 -r 4f7cda859dc8 site-media/style/projects.css --- 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