summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-24 22:51:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-24 22:51:13 +0000
commit66602c8db181a50641e1c399880c1cc036d8ecec (patch)
treeabf97f5c820a217508b4ec59d76006111543cbe8 /style.css
parent95fb9d3f9b3a6064ae1787f3d5aba09a5ed17dec (diff)
downloadmandoc-66602c8db181a50641e1c399880c1cc036d8ecec.tar.gz
Whack superfluous font-family in mdocml's www style.css. Noted by
Anthony J. Bentley. Thanks!
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 1 insertions, 2 deletions
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; }