On Jul 20, 2012, at 8:35 AM, Andrea Pescetti wrote:

> 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.

All the pages have some bad html.

After the <body> tag there are the following on the all PL site pages.

</div>
</td></tr></table>

Add the css for 

<td id="plcontent">

to http://www.openoffice.org/pl/style.css

The footer is missing on all the pages as well. So something else is wrong.

There's some work, but I don't have time at the moment.

Regards,
Dave

> 
> Regards,
>  Andrea.

Reply via email to