From 6c7fc77d22b804b10c4576372222c5349e095c6f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 26 Oct 2000 20:01:09 +0000 Subject: Minor simplification. --- Doc/html/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/html/style.css b/Doc/html/style.css index 075fdb3..7bfa16f 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 } -- cgit v0.12