diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-11 13:17:59 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-11 13:17:59 +0200 |
commit | b9f0cc3175d288f3b86f479385e5528be9f9ead1 (patch) | |
tree | f39cc1119f3a065ffe4826c37dd0e811612e158d /userContent | |
parent | c1eada4cccdc458f405f106f3691e726fbbdcee7 (diff) | |
download | jenkins.debian.net-b9f0cc3175d288f3b86f479385e5528be9f9ead1.tar.xz |
reproducible: even smaller thumbnails
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index db9e57a3..2b81588d 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -31,7 +31,7 @@ img.overview { } img.metaoverview { - max-width: 5%; + max-width: 4%; } |