diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-08 18:04:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-08 18:04:19 +0200 |
commit | a0e832373488f4efcbc58a05b38db7566b217563 (patch) | |
tree | 480612549f711135616966aba03f41b24d3b24d5 /userContent/reproducible | |
parent | eafee713a70122890f6b7ae58f0312023cb1ca80 (diff) | |
download | jenkins.debian.net-a0e832373488f4efcbc58a05b38db7566b217563.tar.xz |
reproducible: make thumbnails fit into width again
Diffstat (limited to 'userContent/reproducible')
-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 3e6e3d00..95c5e736 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -35,7 +35,7 @@ img.overview { } img.metaoverview { - max-width: 3.3%; + max-width: 3.25%; } .beta { |