From 816d79143b5e93f8cf61c9a6548f090b8c6cf7f3 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 3 Dec 2009 15:27:24 +0100 Subject: [PATCH] Fix missing background color --- docs/generic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generic.css b/docs/generic.css index 2aaac4652d..dbf7b56de3 100644 --- a/docs/generic.css +++ b/docs/generic.css @@ -5,7 +5,7 @@ body { color: rgb(0,0,0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; -// font-size: 83%; + background: #ffffff; } p, ul, ol, dl { -- 2.39.5