summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-02-19 12:24:52 +0100
committerSiri Reiter <siri@jones.dk>2009-02-19 12:24:52 +0100
commita7ef213c28e847e00658bc79e7ea77bd9feb222b (patch)
tree3885920c73079337a3fd3de3e1a834763f27f589
parent0fea3872645379685fd67b603c93eeb4edb5668c (diff)
CSS: Header as friis-holm.dk.
-rw-r--r--local.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/local.css b/local.css
index cddfb2bb..7fca8da3 100644
--- a/local.css
+++ b/local.css
@@ -6,6 +6,14 @@ body {
background-position: right bottom;
}
+DIV.header {
+ display: none;
+ margin: 0;
+ padding: 1em;
+ background-color: #00f;
+ color: white;
+}
+
h1, h2, h3, h4, h5, h6 {
color: #00f;
}