diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-13 01:32:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-13 01:32:42 +0200 |
commit | 24f6c1353ebb071cee373e5a2238f5320b2b34fa (patch) | |
tree | 914f8fc1d7183496fbf2d9fbf50636d227c5f4d3 /userContent | |
parent | 942c9a81066b7b46d13f33d2ba1f894466839d88 (diff) | |
download | jenkins.debian.net-24f6c1353ebb071cee373e5a2238f5320b2b34fa.tar.xz |
reproducible debian: improve pkg set navigation
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 2f6f04f18..cb2bf2d0 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -30,6 +30,11 @@ img.halfview { max-width: 49%; } +img.setview { + max-width: 50pt; +} + + img.overview { max-width: 32%; } |