From: Fred Drake Date: Mon, 2 Oct 2000 17:36:27 +0000 (+0000) Subject: Minor stylesheet nit. X-Git-Tag: v2.0c1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5df72f0632fcd6f1d16e2624552c32ba21b8f3fe;p=python Minor stylesheet nit. --- diff --git a/Doc/html/style.css b/Doc/html/style.css index ed9c342fad..4ac1b33a28 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -62,7 +62,8 @@ var { font-family: serif; .file { font-family: avantgarde, sans-serif } .tableheader td { background-color: #99ccff; } -.tableheader th { background-color: #99ccff; } +.tableheader th { background-color: #99ccff; + font-family: avantgarde, sans-serif; } .refcount-info { font-style: italic } .refcount-info .value { font-weight: bold;