diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 14:16:43 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:32 +0100 |
commit | 80c8745cc82d664870d2e392902d2868e4b27921 (patch) | |
tree | 9880c800e84d6225f80f36096e21f93529523b1d /local.css | |
parent | d506894f8a9de6b818dc643c4b80e0015493dc01 (diff) |
Header is no div.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ /* Add local styling here, instead of modifying style.css. */ -div#header { +.header { background-color: green; color: white; padding: 10px; |