Center small images by default
authorJef van Schendel <mail@jefvanschendel.nl>
Tue, 14 Feb 2012 15:42:54 +0000 (16:42 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Tue, 14 Feb 2012 15:42:54 +0000 (16:42 +0100)
mediagoblin/static/css/base.css

index a2ba97e32d3f0861ce0f1684c494d7a6283fe457..1b0b2f3e13a78842fe0cbb6ea86e9c1356f3bca0 100644 (file)
@@ -158,7 +158,9 @@ footer {
 }
 
 img.media_image {
-  width: 100%;
+  margin-left: auto;
+  margin-right: auto;
+  display: block;
 }
 
 .media_sidebar {
@@ -533,6 +535,7 @@ table.media_panel th {
 
   img.media_image {
     width: 100%;
+    display: inline;
   }
 
   .profile_sidebar {