diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-10 09:58:47 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-10 09:59:02 +0100 |
commit | ecbf8f58a942cafe35786d63b7488a9debf4110a (patch) | |
tree | 6d99cdda115adff3bcf0b6ad320c44c143a425f9 | |
parent | fb35a73eda7dad5638847877fe078db795dc76c5 (diff) | |
download | jenkins.debian.net-ecbf8f58a942cafe35786d63b7488a9debf4110a.tar.xz |
reproducible Debian: shrink pkg set thumbnails to make them fit again
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 381e2261..2c4a4b43 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -40,7 +40,7 @@ img.overview { } img.metaoverview { - max-width: 6.2%; + max-width: 5.6%; } .beta { |