diff options
author | Sean Finney <seanius@debian.org> | 2009-01-08 08:10:41 +0100 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2009-01-08 08:10:41 +0100 |
commit | 6ae05f07fda0d4fb75833fb6e2bd47c1b6f04ea1 (patch) | |
tree | b5642ed66115a4949e76fcacde8175451a9dea0b /static/css | |
parent | 63f352600fe161a585751c8240de680cbbddc6fc (diff) | |
download | patch-tracker-6ae05f07fda0d4fb75833fb6e2bd47c1b6f04ea1.tar.gz |
add background-color attribute for body{}
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/patches.css | 1 |
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 { |