diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 14:11:42 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:32 +0100 |
commit | d506894f8a9de6b818dc643c4b80e0015493dc01 (patch) | |
tree | 6aaf63c4f08342d5a72f3d5170c34350eecdf703 /local.css | |
parent | afc0a8e572d21d328def03b937204d04613589e5 (diff) |
White text in green header with padding.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; } |