# HG changeset patch # User Matti Hamalainen # Date 1522065375 -10800 # Node ID a57b5fa51e0753b52ce1c10349d2c75be874dbbc # Parent 5b57d442cc115a4ff8ffe0260b5f721c19042fc1 Attempt to get rid of the hard-coded pixel sizes for thumbnails in the stylesheet. diff -r 5b57d442cc11 -r a57b5fa51e07 basic.css --- a/basic.css Mon Mar 26 14:55:34 2018 +0300 +++ b/basic.css Mon Mar 26 14:56:15 2018 +0300 @@ -151,14 +151,12 @@ } div.galleryEntry { - min-width: 145px; - width: 15em; + width: 12em; padding: 1em; text-align: center; } div.galleryEntry img { - min-width: 145px; width: 100%; } @@ -227,7 +225,7 @@ div.imageCtrl { position: absolute; - min-width: 150px; + min-width: 10em; width: 14%; top: 0; bottom: 0; @@ -256,6 +254,7 @@ position: relative; display: block; margin: auto; + width: 85%; }