diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-10 18:44:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-10 20:25:05 +0200 |
commit | c898e12ceaebb421269c135788516f52699aa01a (patch) | |
tree | 1b173ed7367308173387f0b0e1e0f05351055474 /userContent/static | |
parent | 0a9ba5f959b96e7c07f1603ad060e4e2978a1978 (diff) | |
download | jenkins.debian.net-c898e12ceaebb421269c135788516f52699aa01a.tar.xz |
reproducible: use iframes
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index e493f55c..4d5faf97 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -2,6 +2,7 @@ html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust:100%; + height:100%; } body { @@ -12,6 +13,8 @@ body { color: #333333; padding: 0.25em 0.25em 0em 0.25em; margin: 0.25em 0.25em 0em 0.25em; + height: 100%; + overflow: hidden; } pre { |