mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Small style change to accommodate Netscape.
This commit is contained in:
parent
c99e0f1862
commit
59685c5193
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue