summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 14:11:42 +0200
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:23:32 +0100
commitd506894f8a9de6b818dc643c4b80e0015493dc01 (patch)
tree6aaf63c4f08342d5a72f3d5170c34350eecdf703 /local.css
parentafc0a8e572d21d328def03b937204d04613589e5 (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;
}