Align images in a gallery to the center
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 25 Jun 2011 18:15:15 +0000 (13:15 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 25 Jun 2011 18:15:15 +0000 (13:15 -0500)
mediagoblin/static/css/base.css

index 0a659bb443eba9e4edeacf304b17cb8f5d382a5f..e39770d5a7bd01bbf1cbb4846d86a3c9234c1e6a 100644 (file)
@@ -191,6 +191,7 @@ li.media_thumbnail {
   display:inline-block;
   vertical-align:top;
   margin:0px 10px 10px 0px;
+  text-align:center;
   zoom:1;
 . *display:inline;
 }