From 108f05da3208b4f4c303d686ce5e2ab33fd6c799 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 19 Sep 2015 13:33:00 -0400 Subject: [PATCH] css tweak --- contrib/static/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 5fbac78..e161b12 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -104,9 +104,9 @@ th { padding-right: 15px; } -body { +html { color: #ededed; - background: #3d3d3d url("/static/bg.jpg") repeat-x; + background: #3d3d3d url("/static/bg.jpg"); background-size: 100% 100%; font-family: arial,helvetica,sans-serif; font-size: 10pt;