From ae8fd52264e338642b66071e41992a066db5f936 Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Wed, 26 Sep 2012 23:15:25 +0200 Subject: define default font, increase body's top padding --- static/layout.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/layout.css b/static/layout.css index c0dde29..eea7452 100644 --- a/static/layout.css +++ b/static/layout.css @@ -1,6 +1,10 @@ /* COMMON STYLE SETTINGS */ +body { + font-family: sans-serif; +} + :link, :visited { text-decoration: none; } @@ -33,7 +37,7 @@ html, body { background-color: #333; width: 100%; height: 4em; - margin-bottom: 5em; + margin-bottom: 4em; } header { position: absolute; @@ -102,6 +106,7 @@ header nav#mainnav ul li:not(:last-child):after { #content { margin: 0 auto; + padding-top: 1em; max-width: 50em; } -- cgit v1.2.3-1-g7c22