summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-29 14:10:08 +0200
committerSiri Reiter <siri@jones.dk>2009-03-29 14:10:08 +0200
commita853312ee230cf5b87ae435c2d49d030e7490969 (patch)
tree3e2f5bddc95b4bc8eed2ccc9107051c975287b3c /local.css
parentbcd22454791c61c23de70a295a1aae2058b890c7 (diff)
Headlines changed. Smaller H2 and H3, H4-6 blinking.
Diffstat (limited to 'local.css')
-rw-r--r--local.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/local.css b/local.css
index 679ee901..fe291892 100644
--- a/local.css
+++ b/local.css
@@ -1,11 +1,23 @@
H1,
H2,
-H3,
+H3 {
+ margin-bottom: 0;
+ color: darkblue;
+}
+
H4,
H5,
H6 {
- margin-bottom: 0;
- color: darkblue;
+ text-decoration: blink;
+}
+
+H2 {
+ font-size: 1.2em;
+}
+
+H3 {
+ font-size: 1.1em;
+ font-weight: bold;
}
a {