Not happy with 180x135, switching back to 180x180
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 4 Jul 2011 14:41:57 +0000 (09:41 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 4 Jul 2011 14:41:57 +0000 (09:41 -0500)
mediagoblin/process_media/__init__.py
mediagoblin/static/css/base.css

index a65c3ddca8a6b7c4f6d9d4bf058dd9256a33c1b1..27f72b65d63c8ca4cb8350b2763dc29364007efb 100644 (file)
@@ -21,7 +21,7 @@ from celery.task import task
 from mediagoblin import mg_globals as mgg
 
 
-THUMB_SIZE = 180, 135
+THUMB_SIZE = 180, 180
 MEDIUM_SIZE = 640, 640
 
 
index da04e1c4e37d14978d085cf86ed4b3d14a8df164..10dbc98b84120f643bb4224026c1892b4673c652 100644 (file)
@@ -187,7 +187,7 @@ text-align:center;
 .media_thumbnail {
   padding:0px;
   width:180px;
-  height:135px;
+  height:180px;
   overflow:hidden;
   float:left;
   margin:0px 10px 10px 0px;