1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 11:42:09 +02:00

Make our page be on white background.

This is also set in <body> but with this our
CSS will finally validate without any warnings
This commit is contained in:
Gabor Hojtsy
2003-05-12 12:04:16 +00:00
parent f1dd4aaa39
commit f68d72adaa

View File

@@ -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. */