From 44621a075f94af51f333f527d46419caa5ffe56a Mon Sep 17 00:00:00 2001 From: Coleman Date: Fri, 27 Jun 2008 21:12:09 -0500 Subject: [PATCH] better for tall pictures --- app/views/albums/index.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/albums/index.html.erb b/app/views/albums/index.html.erb index 6fc9cf5..aca085e 100644 --- a/app/views/albums/index.html.erb +++ b/app/views/albums/index.html.erb @@ -12,7 +12,8 @@ .photo_collection_item { word-wrap: break-word; width: 170px; - height: 180px; + min-height: 180px; + max-height: 200px; margin-top: 15px; padding: 5px; text-align: center;