summaryrefslogtreecommitdiffstats
path: root/static/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/layout.css')
-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;
}