From f68d72adaad77badbd878dca35fee0350e2ffce2 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Mon, 12 May 2003 12:04:16 +0000 Subject: [PATCH] Make our page be on white background. This is also set in but with this our CSS will finally validate without any warnings --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e2bdf9551..dcf059715 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,9 @@ -/* Let no border around the body appear */ +/* Let no border around the body appear, and set + it to display on a white background */ body, html { - margin: 0px; + margin: 0px; padding: 0px; + background-color: white; } /* Quicksearch table cell on top of every page. */