view DOCS/default.css @ 6407:2b61d16017da

Background now uses CSS, added charset, quoted all attributes that need quoting (contain % or #), typos, misc HTML fixes and all HTML tags should be UPPERCASE.
author diego
date Thu, 13 Jun 2002 00:26:51 +0000
parents 919d12cdbb41
children 697e506b8dee
line wrap: on
line source

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