diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-13 10:22:03 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-13 10:22:03 +0200 |
commit | 41bfd1086fc974c70c9644df7ee44abf4ce3affe (patch) | |
tree | fcaddfa7fec7593c699823d70cad963e381a1d20 /userContent | |
parent | 4ebc8ffa1f9b26a1b244482948d6a27361c74b33 (diff) | |
download | jenkins.debian.net-41bfd1086fc974c70c9644df7ee44abf4ce3affe.tar.xz |
reproducible: shrink thumbnail further
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 2b81588d..13f38ca6 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -31,10 +31,9 @@ img.overview { } img.metaoverview { - max-width: 4%; + max-width: 3%; } - .beta { color:#555555; font-size:0.8em; |