view DOCS/default.css @ 6441:09e212db57f9

Now using CSS, added doctype and charset, settle for lowercase tags. Removed obsolete FONT-tags, quoted some attributes and removed IE specific ones.
author diego
date Sun, 16 Jun 2002 02:33:39 +0000
parents 919d12cdbb41
children 697e506b8dee
line wrap: on
line source

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