From 9c8b9232ceaf1e1eeb662b339d97aac969484655 Mon Sep 17 00:00:00 2001 From: Ulrike Uhlig Date: Thu, 16 Oct 2014 22:33:41 +0200 Subject: correct spacings of body, lists. and border of hr --- userContent/static/style.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'userContent/static') diff --git a/userContent/static/style.css b/userContent/static/style.css index 3f83a3a6..e51b5333 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -6,14 +6,14 @@ html { } body { - width: 99%; + width: 98%; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 20px; color: #333333; - padding: 0.25em 0.25em 0em 0.25em; - margin: 0.25em 0.25em 0em 0.25em; - height: 100%; + padding: 0.25em; + margin: 0.25em auto; + /*height: 100%;*/ } pre { @@ -77,10 +77,11 @@ ul li { ul li a { background: #fafafa; border: 1px solid #ddd; - margin: 0 0.5em 0.2em 0; + margin: 0 0.5em 0.3em 0; border-radius: 0.5em; padding: 0.15em 0.5em; - line-height: 2.1em; + line-height: 1.5em; + display: block; } nav ul li { @@ -153,6 +154,7 @@ th { } hr { + border-top: none; border-bottom: 1px solid #d70a53; margin-bottom: 1em; } -- cgit v1.2.3-70-g09d2