From d7b45ad4d6e10cc03727f98c9920993c1e9a405d Mon Sep 17 00:00:00 2001 From: Coleman Date: Sat, 26 Jul 2008 22:28:23 -0500 Subject: [PATCH] make the box bigger on occasions --- public/stylesheets/tuxbliki.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/tuxbliki.css b/public/stylesheets/tuxbliki.css index ddb47ad..0386f84 100644 --- a/public/stylesheets/tuxbliki.css +++ b/public/stylesheets/tuxbliki.css @@ -153,7 +153,7 @@ a img { .photo_album { word-wrap: break-word; width: 170px; - max-height: 220px; + max-height: 250px; margin-top: 15px; padding: 5px; text-align: center;