From: Brendan Dahl Date: Thu, 19 Apr 2012 00:02:32 +0000 (-0700) Subject: Give the thumbnail default width/height. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=11d7278c93e7d4c024a07aadc4f2d0ad37fa7a7f;p=pdf.js.git Give the thumbnail default width/height. --- diff --git a/web/viewer.css b/web/viewer.css index 512dec8..8268fcd 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 {