From 47f884ce989a462a2ba5c1e45f62164811639400 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 19 Sep 2015 13:16:51 -0400 Subject: [PATCH] css tweaks --- contrib/static/site.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index e40cd3d..2927317 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -104,14 +104,10 @@ th { padding-right: 15px; } -html { - background-image: url("/static/img/bg.jpg"); - background-size: 100% 100%; -} - body { color: #ededed; - background: linear-gradient(to top, #111, #222) repeat scroll; + background-image: url("/static/img/bg.jpg"); + background-size: 100% 100%; font-family: arial,helvetica,sans-serif; font-size: 10pt; margin: 0 4px;