changeset 13:d6d558244c61

page background is light gray instead of white.
author Atul Varma <varmaa@toolness.com>
date Sun, 13 Dec 2009 05:00:07 -0800
parents 279bee726817
children b6cc8b87bb93
files moztree.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/moztree.css	Sun Dec 13 04:43:38 2009 -0800
+++ b/moztree.css	Sun Dec 13 05:00:07 2009 -0800
@@ -1,5 +1,6 @@
 body {
     font-family: Helvetica Neue, Arial, sans-serif;
+    background: #f0f0f0;
 }
 
 h1 {
@@ -18,7 +19,7 @@
 }
 
 rect {
-    stroke: gray;
+    stroke: #f0f0f0;
     stroke-width: 1;
     fill: white;
 }