summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-10-02 13:36:19 +0200
committerSiri Reiter <siri@jones.dk>2010-10-02 13:36:19 +0200
commitb561b45bc0442b87c8109fc45cd3f04ff281906e (patch)
treea47ad8c57e62251b71eda1d93be407eac931742f /local.css
parent73e61a93ec33bc27edccf7b5fd21c537715b157c (diff)
Style: H1-3 even wider margin top.
Diffstat (limited to 'local.css')
-rw-r--r--local.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/local.css b/local.css
index e430f74d..ca710792 100644
--- a/local.css
+++ b/local.css
@@ -1,7 +1,11 @@
-H1,
+H1 {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
H2,
H3 {
- margin-top: 0.2em;
+ margin-top: 1em;
margin-bottom: 0.1em;
}
@@ -14,10 +18,6 @@ H6 {
color: #06c;
}
-H1 {
- margin-bottom: 1em;
-}
-
H2 {
font-size:1.6em;
}