From df4673d69917ce88a94fbc8bf231ffd681d3a34b Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 22 Oct 2008 14:11:42 +0200 Subject: White text in green header with padding. --- local.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; } -- cgit v1.2.3