diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-24 22:51:13 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-24 22:51:13 +0000 |
commit | 66602c8db181a50641e1c399880c1cc036d8ecec (patch) | |
tree | abf97f5c820a217508b4ec59d76006111543cbe8 /style.css | |
parent | 95fb9d3f9b3a6064ae1787f3d5aba09a5ed17dec (diff) | |
download | mandoc-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.css | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; } |