From 6ae05f07fda0d4fb75833fb6e2bd47c1b6f04ea1 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Thu, 8 Jan 2009 08:10:41 +0100 Subject: add background-color attribute for body{} --- static/css/patches.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/css') diff --git a/static/css/patches.css b/static/css/patches.css index a0da706..aa1473a 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -1,6 +1,7 @@ body { border: 1px solid; padding: 20px; + background-color: white; } h1 { -- cgit v1.2.3