diff options
author | panne <unknown> | 2004-08-16 06:44:47 +0000 |
---|---|---|
committer | panne <unknown> | 2004-08-16 06:44:47 +0000 |
commit | 4a0cbd60940b4499b1e4f35a2e6b7bb7f5b9e0a5 (patch) | |
tree | 2eb7a59b06a38206dc608bd08cba1504d79a70ec /mk/fptools.css | |
parent | b9de29ac3fbf5192049a0bcaf1ab0c8bbbd57a83 (diff) | |
download | haskell-4a0cbd60940b4499b1e4f35a2e6b7bb7f5b9e0a5.tar.gz |
[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.
Diffstat (limited to 'mk/fptools.css')
-rw-r--r-- | mk/fptools.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/fptools.css b/mk/fptools.css index 8e7ad6f8c0..8af4285342 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 |