# HG changeset patch # User dukebody # Date 1256555994 -3600 # Node ID 17c8e09ddd2b02d6a466b3fe49bc64d3aa19257b # Parent bc64bbc47c86248afa96c931ebbed2b247a2a385 Page background must be white since formulas' background is always white. diff -r bc64bbc47c86 -r 17c8e09ddd2b web/styles/styles.css --- a/web/styles/styles.css Mon Oct 26 12:18:05 2009 +0100 +++ b/web/styles/styles.css Mon Oct 26 12:19:54 2009 +0100 @@ -1,5 +1,5 @@ body { - background: #f2f1f0; + background: white; font-family: verdana,sans-serif; }