summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWiki User <wikwik@wiki.sigxcpu.org>2010-08-14 17:16:08 +0200
committerWiki User <wikwik@wiki.sigxcpu.org>2010-08-14 17:17:45 +0200
commitae121348e98c894f30af6f4dc39202d19b29c337 (patch)
tree75e2ec8ed1a40416088e2c523183d663c6d35e02
parent99d0b67f9bd6d4fe6b86de0e9de6bd9c6614ed76 (diff)
Improve headline readability
-rw-r--r--local.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/local.css b/local.css
index 13f6130..ef08fc3 100644
--- a/local.css
+++ b/local.css
@@ -4,7 +4,9 @@ body {
}
h1, h2, h3, h4 {
- font-weight: normal;
+ font-weight: bold;
+ margin-bottom: -10px;
+ margin-top: +20px;
}
h1 { font-size: 140%; }