summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-26 23:15:25 +0200
committerMarian Sigler <m@qjym.de>2012-09-26 23:15:25 +0200
commitae8fd52264e338642b66071e41992a066db5f936 (patch)
tree655b8b00def93fa73dc9e60311373e2d852785cc
parent400b77f4cd0098c3c42bd7083eeff5e4ee3b4357 (diff)
downloadweb-ae8fd52264e338642b66071e41992a066db5f936.tar.gz
web-ae8fd52264e338642b66071e41992a066db5f936.tar.bz2
web-ae8fd52264e338642b66071e41992a066db5f936.zip
define default font, increase body's top padding
-rw-r--r--static/layout.css7
1 files changed, 6 insertions, 1 deletions
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;
}