Small style change to accommodate Netscape.

This commit is contained in:
Ka-Ping Yee 2001-04-13 12:11:19 +00:00
parent c99e0f1862
commit 59685c5193

View file

@ -318,7 +318,7 @@ class HTMLDoc(Doc):
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: %s</title>
<style type="text/css"><!--
TT { font-family: lucida console, lucida typewriter, courier }
TT { font-family: lucida typewriter, lucida console, courier }
--></style></head><body bgcolor="#f0f0f8">
%s
</body></html>''' % (title, contents)