view DOCS/default.css @ 30455:cfebff6a5ef9

Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also because vo_x11_clearwindow works as intended also when the background is set to None.
author reimar
date Wed, 03 Feb 2010 21:12:23 +0000
parents 5c29c5c5f47c
children 0ad2da052b2e
line wrap: on
line source

body,table	{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 14px;
        background  : white;
}