set background-color
authorJuerg Billeter <j@bitron.ch>
Thu, 28 Feb 2008 21:36:53 +0000 (21:36 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Thu, 28 Feb 2008 21:36:53 +0000 (21:36 +0000)
2008-02-28  Juerg Billeter  <j@bitron.ch>

* doc/vala/default.css: set background-color

svn path=/trunk/; revision=1062

ChangeLog
doc/vala/default.css

index 7512fa3..6b3805f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-02-28  Jürg Billeter  <j@bitron.ch>
 
+       * doc/vala/default.css: set background-color
+
+2008-02-28  Jürg Billeter  <j@bitron.ch>
+
        * tests/Makefile.am, tests/delegates.exp, tests/delegates.vala,
          tests/expressions-lambda.exp, tests/expressions-lambda.vala:
          combine and rename some tests
index b4dfc40..70eeb96 100644 (file)
@@ -1,4 +1,5 @@
 body {
+       background-color: white;
        font-family: sans-serif;
        margin-top: 2.8em;
 }