Error in xhtml2-20020805/W3C-WD.css

Oops. Accidentally posted to www-style instead.

In the downloadable .tgz, the CSS bg image is bad, as
below.
xhtml2-20020805/W3C-WD.css :

BODY {
  background-image: url(http://www.w3.org/StyleSheets/TR/WD);
}

should be:

body {
  background-image: url(http://www.w3.org/StyleSheets/TR/logo-WD);
}

Received on Wednesday, 7 August 2002 02:50:10 UTC