From 8e41c5b7bbfb1da807253da98ee02a4db9782bad Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 7 Oct 2014 17:33:21 +0200 Subject: reproducible: improve CSS --- userContent/static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'userContent/static') diff --git a/userContent/static/style.css b/userContent/static/style.css index a931ed3d..d1f2f060 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -6,11 +6,12 @@ html { body { width: 99%; - margin: 1em auto; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 20px; color: #333333; + padding: 0.25em 0.5em; + margin: 0.25em 0.25em 0em 0.25em; } pre { @@ -29,7 +30,6 @@ a:hover, a:focus { header { border-bottom: 1px solid #d70a53; - margin-bottom: 1em; } footer { @@ -96,7 +96,7 @@ table { border-radius: 0.5em; border-collapse: collapse; box-shadow: 0 1px 3px #eee; - margin-bottom: 1em; + padding: 0 } tr:nth-child(odd) { -- cgit v1.2.3-54-g00ecf