diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-23 11:03:07 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-23 11:03:07 +0200 |
commit | 0a971561ed4d68947d60a85cd02b789a18667ed6 (patch) | |
tree | a094142e8c1168f2beb6770d4fb3f99f5119543b /userContent | |
parent | 7dfcc6c760d20aa1c25f6038dc2755cb5e941eea (diff) | |
download | jenkins.debian.net-0a971561ed4d68947d60a85cd02b789a18667ed6.tar.xz |
reproducible: improve layout of main page
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 4ad5a4bd..449e0a7f 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -26,6 +26,10 @@ img { height: auto; } +img.halfview { + max-width: 49%; +} + img.overview { max-width: 33%; } |