summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 14:11:42 +0200
committerSiri Reiter <siri@jones.dk>2008-10-22 14:11:42 +0200
commitdf4673d69917ce88a94fbc8bf231ffd681d3a34b (patch)
tree22d74ca9b256c39727405afd34bee353314595e7 /local.css
parentfb2761a7f3521874f59e169564c76ecbb33b1b4b (diff)
White text in green header with padding.
Diffstat (limited to 'local.css')
-rw-r--r--local.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/local.css b/local.css
index b74cb70..dccf7f8 100644
--- a/local.css
+++ b/local.css
@@ -2,6 +2,12 @@
/* Add local styling here, instead of modifying style.css. */
+div#header {
+ background-color: green;
+ color: white;
+ padding: 10px;
+}
+
div.actions ul {
border-bottom: 0;
}