summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-01-27 13:20:27 +0100
committerSiri Reiter <siri@jones.dk>2009-01-27 13:20:27 +0100
commit3d91b37daaca77c87779912112deff191c937877 (patch)
tree6068d88c2e1094dd09d873a7cf37808b6c845471 /local.css
parent9942c82fd0974992305d3ab3e1d933f1e9011598 (diff)
'CSS': Header and footer appearence like sirireiter.dk.
Diffstat (limited to 'local.css')
-rw-r--r--local.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/local.css b/local.css
index 65fd5e05..827fca7a 100644
--- a/local.css
+++ b/local.css
@@ -4,6 +4,17 @@ BODY {
font-family: sans-serif;
}
+DIV.header {
+ margin: 1em 1em 0;
+}
+DIV.header,
+SPAN.author,
+DIV.recentchanges,
+SPAN.committype,
+DIV#footer {
+ font-size: 80%;
+}
+
DIV#topbar {
width: 98%;
margin: 0;