Not happy with 180x135, switching back to 180x180

This commit is contained in:
Christopher Allan Webber 2011-07-04 09:41:57 -05:00
parent 6178aa0814
commit 24eaf0fd6b
2 changed files with 2 additions and 2 deletions

View 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

View 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;