diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-27 14:27:29 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-27 14:27:29 +0200 |
commit | 16a5099a82e9c12322e7bea561a5f43448b013d4 (patch) | |
tree | 962fd1d25f598d383031dfe80f01304f1e9efba9 | |
parent | 21e4e5de1c2540b5f204ed1898c0968d1e7cbb3d (diff) | |
download | jenkins.debian.net-16a5099a82e9c12322e7bea561a5f43448b013d4.tar.xz |
reproducible: make pkg set icons fit on screen again
-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 aa8dbbe4..5c6af262 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -35,7 +35,7 @@ img.overview { } img.metaoverview { - max-width: 3.1%; + max-width: 3.0%; } .beta { |