summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2009-01-08 08:10:41 +0100
committerSean Finney <seanius@debian.org>2009-01-08 08:10:41 +0100
commit6ae05f07fda0d4fb75833fb6e2bd47c1b6f04ea1 (patch)
treeb5642ed66115a4949e76fcacde8175451a9dea0b
parent63f352600fe161a585751c8240de680cbbddc6fc (diff)
downloadpatch-tracker-6ae05f07fda0d4fb75833fb6e2bd47c1b6f04ea1.tar.gz
add background-color attribute for body{}
-rw-r--r--static/css/patches.css1
1 files changed, 1 insertions, 0 deletions
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 {