summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-23 17:24:04 +0200
committerSiri Reiter <siri@jones.dk>2009-04-23 17:24:04 +0200
commit889ac04314daec223fccc9831e4f60705343944a (patch)
tree818cc1253b6218be50bb19a0b483317c540a2ab7 /local.css
parent730ea351991637462cb75bd2b34c9c1fe1dbda39 (diff)
CSS: Margin-bottom in headlines smaller. Big letters in coding.
Diffstat (limited to 'local.css')
-rw-r--r--local.css21
1 files changed, 16 insertions, 5 deletions
diff --git a/local.css b/local.css
index 76f67411..5dd7c3cf 100644
--- a/local.css
+++ b/local.css
@@ -6,24 +6,35 @@ body {
background-position: 98% 93%;
}
-h1, h2, h3, h4, h5, h6 {
+H1,
+H2,
+H3 {
+ margin-bottom: 0.1em;
+}
+
+H1,
+H2,
+H3,
+H4,
+H5,
+H6 {
color: #06c;
}
-h1 {
+H1 {
margin-bottom: 1em;
}
-h2 {
+H2 {
font-size:1.6em;
}
-a {
+A {
color: #06c;
font-weight: normal;
}
-a:hover {
+A:hover {
color: #06c;
}