From: Fred Drake Date: Thu, 26 Oct 2000 20:01:09 +0000 (+0000) Subject: Minor simplification. X-Git-Tag: v2.1a1~797 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c7fc77d22b804b10c4576372222c5349e095c6f;p=python Minor simplification. --- diff --git a/Doc/html/style.css b/Doc/html/style.css index 075fdb321c..7bfa16ff89 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -63,8 +63,7 @@ var { font-family: serif; .url { font-family: avantgarde, sans-serif } .file { font-family: avantgarde, sans-serif } -.tableheader td { background-color: #99ccff; } -.tableheader th { background-color: #99ccff; +.tableheader { background-color: #99ccff; font-family: avantgarde, sans-serif; } .refcount-info { font-style: italic }