From 5df72f0632fcd6f1d16e2624552c32ba21b8f3fe Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 2 Oct 2000 17:36:27 +0000 Subject: Minor stylesheet nit. --- Doc/html/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/html/style.css b/Doc/html/style.css index ed9c342..4ac1b33 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; -- cgit v0.12