Fix thumbnail aspect ratios
authorJef van Schendel <mail@jefvanschendel.nl>
Sat, 20 Oct 2012 13:19:11 +0000 (15:19 +0200)
committerJef van Schendel <mail@jefvanschendel.nl>
Sat, 20 Oct 2012 13:19:11 +0000 (15:19 +0200)
mediagoblin/static/css/base.css

index 312edc4984d766427ea73099901b122b0e8ce491..b37da02649591532399c166b4bc650ef852ee72e 100644 (file)
@@ -432,7 +432,7 @@ a.thumb_entry_title {
 }
 
 .media_thumbnail img {
-  width: 212px;
+  width: auto;
   max-height: 159px;
 }