hgbook

changeset 895:17c8e09ddd2b

Page background must be white since formulas' background is always white.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 12:19:54 2009 +0100 (2009-10-26)
parents bc64bbc47c86
children fefa45ccffc0
files web/styles/styles.css
line diff
     1.1 --- a/web/styles/styles.css	Mon Oct 26 12:18:05 2009 +0100
     1.2 +++ b/web/styles/styles.css	Mon Oct 26 12:19:54 2009 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  body {
     1.5 -  background: #f2f1f0;
     1.6 +  background: white;
     1.7    font-family: verdana,sans-serif;
     1.8  }
     1.9