]> git.parisson.com Git - pdf.js.git/commitdiff
Give the thumbnail default width/height.
authorBrendan Dahl <brendan.dahl@gmail.com>
Thu, 19 Apr 2012 00:02:32 +0000 (17:02 -0700)
committerBrendan Dahl <brendan.dahl@gmail.com>
Thu, 19 Apr 2012 00:02:32 +0000 (17:02 -0700)
web/viewer.css

index 512dec87c50a71fa17c37ea1cc1c1847cff5f6c0..8268fcd20bdbe2075356e6b33b9ede5eaaa58eeb 100644 (file)
@@ -408,6 +408,8 @@ body {
 .thumbnail {
   margin-bottom: 15px;
   float: left;
+  width: 114px;
+  height: 142px;
 }
 
 .thumbnailImage {