From 4a0cbd60940b4499b1e4f35a2e6b7bb7f5b9e0a5 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 16 Aug 2004 06:44:47 +0000 Subject: [PATCH] [project @ 2004-08-16 06:44:47 by panne] Fixed default font-family, color, and background. It contained a typo and didn't work for chunked documentation. --- mk/fptools.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/fptools.css b/mk/fptools.css index 8e7ad6f..8af4285 100644 --- a/mk/fptools.css +++ b/mk/fptools.css @@ -1,4 +1,4 @@ -div.article div.book { +div { font-family: sans-serif; color: black; background: white -- 1.7.10.4