From 11d7278c93e7d4c024a07aadc4f2d0ad37fa7a7f Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Wed, 18 Apr 2012 17:02:32 -0700 Subject: [PATCH] Give the thumbnail default width/height. --- web/viewer.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/viewer.css b/web/viewer.css index 512dec87c..8268fcd20 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -408,6 +408,8 @@ body { .thumbnail { margin-bottom: 15px; float: left; + width: 114px; + height: 142px; } .thumbnailImage {