summaryrefslogtreecommitdiffstats
path: root/userContent/static/style.css
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-10 18:44:32 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-10 20:25:05 +0200
commitc898e12ceaebb421269c135788516f52699aa01a (patch)
tree1b173ed7367308173387f0b0e1e0f05351055474 /userContent/static/style.css
parent0a9ba5f959b96e7c07f1603ad060e4e2978a1978 (diff)
downloadjenkins.debian.net-c898e12ceaebb421269c135788516f52699aa01a.tar.xz
reproducible: use iframes
Diffstat (limited to 'userContent/static/style.css')
-rw-r--r--userContent/static/style.css3
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 {