From: Mike Taylor Date: Thu, 22 Mar 2007 07:57:34 +0000 (+0000) Subject: Verdana headings. X-Git-Tag: CPAN-v1.02~54^2~460 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=fdb5eb44f13ae7cbb3c304e18f3348c58128aa94 Verdana headings. --- 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;