From 399ff5beaa6a8b3abdff00e14bdb83ee6edde654 Mon Sep 17 00:00:00 2001 From: Coleman Date: Fri, 27 Jun 2008 20:56:49 -0500 Subject: [PATCH] fix position of album box --- app/views/albums/index.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/albums/index.html.erb b/app/views/albums/index.html.erb index 510abb0..6fc9cf5 100644 --- a/app/views/albums/index.html.erb +++ b/app/views/albums/index.html.erb @@ -12,8 +12,7 @@ .photo_collection_item { word-wrap: break-word; width: 170px; - min-height: 140px; - max-height: 200px; + height: 180px; margin-top: 15px; padding: 5px; text-align: center;