From 66602c8db181a50641e1c399880c1cc036d8ecec 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 45d9061d..c069c7dc 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,7 @@ /* $Id$ */ html { max-width: 800px; } -body { font-family: monospace; - color: #333333; +body { color: #333333; font-size: 0.93em; font-family: Times, serif; } -- cgit