diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-26 21:46:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-26 21:46:53 (GMT) |
commit | beafc795df914df127a3c5c7dcbb98435ebc8ff2 (patch) | |
tree | 892dc2204a721261360fb8afd773e2801fcd2639 /Doc/html/style.css | |
parent | b03d0cc45ef722966a214e2f581742777497d1b1 (diff) | |
download | cpython-beafc795df914df127a3c5c7dcbb98435ebc8ff2.zip cpython-beafc795df914df127a3c5c7dcbb98435ebc8ff2.tar.gz cpython-beafc795df914df127a3c5c7dcbb98435ebc8ff2.tar.bz2 |
Typo, spotted by Fredrik Lundh.
Diffstat (limited to 'Doc/html/style.css')
-rw-r--r-- | Doc/html/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index cfd5942..64b527d 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; |