Rob Weir wrote:
http://www.openoffice.org/pl/
there is some CSS issue causing the text to be white-on-white or
something.
I stared at it but did not see the source of the problem.

The source of the problem is the first non-comment line here:
http://www.openoffice.org/css/ooo.css

body {
  color: white;
  ...
}

but the reason we set it to white (to override it, of course, in all other languages through specialized CSS classes) is not clear to me.

Regards,
  Andrea.

Reply via email to