# HG changeset patch # User Daniel Poelzleithner # Date 1286419506 -7200 # Node ID f5692aafc85bb1c5eb68f1405ef431f9c06630a3 # Parent 77260f05fd4bc02e1974c526b75d63086358479c set background color diff -r 77260f05fd4b -r f5692aafc85b static/style.css --- a/static/style.css Thu Oct 07 03:34:19 2010 +0200 +++ b/static/style.css Thu Oct 07 04:45:06 2010 +0200 @@ -2,6 +2,10 @@ * Some global definitions */ +body { + background: #fff; +} + body, th, td { font-family: sans-serif; font-size: 15px;