]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Small style change to accommodate Netscape.
authorKa-Ping Yee <ping@zesty.ca>
Fri, 13 Apr 2001 12:11:19 +0000 (12:11 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Fri, 13 Apr 2001 12:11:19 +0000 (12:11 +0000)
Lib/pydoc.py

index 1bce955ffa9f426fc0133555326220a5a13ad95a..e5f7d800cbfa150ec1ab6946e24eb50e7dd2565a 100755 (executable)
@@ -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)