diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-22 14:42:43 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-25 10:50:22 +0200 |
commit | 56e1d4e87f3e7b5afed5714e003d187c0d09c129 (patch) | |
tree | 9c12a487020b7e928c295b3d377ddb43418c28dc /userContent/reproducible/static | |
parent | 20f971698b61274edf94b380af1b3920bdb145ee (diff) | |
download | jenkins.debian.net-56e1d4e87f3e7b5afed5714e003d187c0d09c129.tar.xz |
reproducible improve rb-pkg pages style. Thanks to AGWA
Diffstat (limited to 'userContent/reproducible/static')
-rw-r--r-- | userContent/reproducible/static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 8bcec8f8..d4708b7a 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -12,7 +12,7 @@ body { line-height: 20px; color: #333333; margin: 0; - height: 93%; + height: 100%; padding: 0 1em; } @@ -404,6 +404,7 @@ span.dangerous { color: orange; } border-right: 1px solid #eee; height: 100%; padding-top: 0px; + overflow: auto; } iframe#main { width: 80%; |