diff options
| author | Fred Drake <fdrake@acm.org> | 2001-11-26 21:46:53 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-11-26 21:46:53 +0000 |
| commit | beafc795df914df127a3c5c7dcbb98435ebc8ff2 (patch) | |
| tree | 892dc2204a721261360fb8afd773e2801fcd2639 /Doc/html | |
| parent | b03d0cc45ef722966a214e2f581742777497d1b1 (diff) | |
| download | cpython-git-beafc795df914df127a3c5c7dcbb98435ebc8ff2.tar.gz | |
Typo, spotted by Fredrik Lundh.
Diffstat (limited to 'Doc/html')
| -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 cfd5942c86..64b527d3c7 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; |
