From 828ef37e33fe6fb614a44573d512846b6aa2c9c7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 16 Oct 2014 23:45:37 +0200 Subject: reproducible css: bring back height and some margins --- userContent/static/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'userContent/static') 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 { -- cgit v1.2.3-54-g00ecf