diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-16 23:45:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-16 23:45:37 +0200 |
commit | 828ef37e33fe6fb614a44573d512846b6aa2c9c7 (patch) | |
tree | 804fb8d9bfafe429600a239832046a560de50507 /userContent/static | |
parent | eda8faafb85a3d48899ab3573a4e9d118ed0a400 (diff) | |
download | jenkins.debian.net-828ef37e33fe6fb614a44573d512846b6aa2c9c7.tar.xz |
reproducible css: bring back height and some margins
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 34891182..7c354be4 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -6,14 +6,15 @@ html { } body { - width: 98%; + width: 99%; + border-sizing: border-box; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 20px; color: #333333; - padding: 0.25em; - margin: 0.25em auto; - /*height: 100%;*/ + padding: 0.25em 0.25em 0em 0.25em; + margin: 0.25em 0.25em 0em 0.25em; + height: 100%; } pre { |