diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 23:38:37 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 23:38:37 +0100 |
commit | 8c2209fc9c7d1f2d771e0d5a99782be544347547 (patch) | |
tree | 42d826219f0284090e26fdcd2ee160f3b843a425 /userContent/static | |
parent | 2fd79aaa4a94d4ce4ad261bd0d7f376bc5d6538a (diff) | |
download | jenkins.debian.net-8c2209fc9c7d1f2d771e0d5a99782be544347547.tar.xz |
reproducible: fixup mainview css
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 3d4dde82..568884c8 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -27,9 +27,7 @@ img { } img.overview { - vertical-align: middle; - max-width: 40%; - height: auto; + max-width: 49%; } .beta { |