From: Fred Drake Date: Mon, 26 Nov 2001 21:46:53 +0000 (+0000) Subject: Typo, spotted by Fredrik Lundh. X-Git-Tag: v2.2.1c1~697 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=beafc795df914df127a3c5c7dcbb98435ebc8ff2;p=thirdparty%2FPython%2Fcpython.git Typo, spotted by Fredrik Lundh. --- diff --git a/Doc/html/style.css b/Doc/html/style.css index cfd5942c86e1..64b527d3c785 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -53,7 +53,7 @@ var { font-family: times, serif; font-style: italic; font-weight: normal; } -.typelabel { font-family: lucida, sans serif; } +.typelabel { font-family: lucida, sans-serif; } .navigation td { background-color: #99ccff; font-weight: bold;