summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-30 18:36:21 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-30 18:36:21 +0200
commitf71e837d27cb96050cf39ce08dec6c3a87c32000 (patch)
tree28f7d3326e106046aa6b3a0692d1155b0ec3f57d /static
parent47d744d64f4fcff77c78846371b1d24658364b80 (diff)
downloadwww-f71e837d27cb96050cf39ce08dec6c3a87c32000.tar.gz
www-f71e837d27cb96050cf39ce08dec6c3a87c32000.tar.bz2
www-f71e837d27cb96050cf39ce08dec6c3a87c32000.zip
margin-top instead of bottom for headlines
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 9abe763..6e9493b 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -34,7 +34,7 @@ nav a:first-child {
}
h1, h2, h3 {
- margin-bottom: 1em;
+ margin-top: 0.5em;
}
footer{