From a515ba9d1f006139928a804ea5b694b77d3bbdfb Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 19 Sep 2015 13:29:25 -0400 Subject: [PATCH] css tweak --- contrib/static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 2f68cf4..5fbac78 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -106,7 +106,7 @@ th { body { color: #ededed; - background: #3d3d3d url("/static/bg.jpg") repeat-x scroll 0% 10%; + background: #3d3d3d url("/static/bg.jpg") repeat-x; background-size: 100% 100%; font-family: arial,helvetica,sans-serif; font-size: 10pt;