From 7e94ba8189f4be23fa521d65778589feb5655811 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 24 Dec 2010 22:51:13 +0000 Subject: Whack superfluous font-family in mdocml's www style.css. Noted by Anthony J. Bentley. Thanks! --- style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index f5121297..4fb1b5d8 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,7 @@ -/* $Id: style.css,v 1.19 2010/12/24 14:14:00 kristaps Exp $ */ +/* $Id: style.css,v 1.20 2010/12/24 22:51:13 kristaps Exp $ */ html { max-width: 800px; } -body { font-family: monospace; - color: #333333; +body { color: #333333; font-size: 0.93em; font-family: Times, serif; } -- cgit v1.2.3-56-ge451