view DOCS/default.css @ 30689:ebe42a93c6c3

Fix silly type of guiGetEvent argument to use void * instead of char * and get rid of some of the insane amount of casts necessary to hide the utter idiocy of the type used before.
author reimar
date Thu, 25 Feb 2010 21:27:22 +0000
parents 5c29c5c5f47c
children 0ad2da052b2e
line wrap: on
line source

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