From fdb5eb44f13ae7cbb3c304e18f3348c58128aa94 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 22 Mar 2007 07:57:34 +0000 Subject: [PATCH] Verdana headings. --- web/htdocs/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/htdocs/style.css b/web/htdocs/style.css index a3a6866..429bee7 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -1,9 +1,11 @@ -/* $Id: style.css,v 1.3 2007-03-21 13:33:09 mike Exp $ */ +/* $Id: style.css,v 1.4 2007-03-22 07:57:34 mike Exp $ */ body { color: black; background: white; } +h1,h2 { font-family: Verdana, "Sans Serif", Sans } + blockquote { background: #ffffc0; margin: 1em 3em; -- 1.7.10.4