From 7fafbaf106dbc2a1cb3daead38886fe524216e96 Mon Sep 17 00:00:00 2001 From: Coleman Date: Sun, 29 Jun 2008 15:39:52 -0500 Subject: [PATCH] make albums same size box for proper columning --- 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 aca085e..9598ce3 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: 180px; - max-height: 200px; + height: 200px; margin-top: 15px; padding: 5px; text-align: center;