From beafc795df914df127a3c5c7dcbb98435ebc8ff2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 26 Nov 2001 21:46:53 +0000 Subject: [PATCH] Typo, spotted by Fredrik Lundh. --- Doc/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/html/style.css b/Doc/html/style.css index cfd5942c86e..64b527d3c78 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;