diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-02 17:36:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-02 17:36:27 (GMT) |
commit | 5df72f0632fcd6f1d16e2624552c32ba21b8f3fe (patch) | |
tree | 9bc5723de881643719ae085a49eaf963c9b2be15 /Doc/html/style.css | |
parent | 1ea64ea3abf78a65f8145ab2613be7dfd178f4ce (diff) | |
download | cpython-5df72f0632fcd6f1d16e2624552c32ba21b8f3fe.zip cpython-5df72f0632fcd6f1d16e2624552c32ba21b8f3fe.tar.gz cpython-5df72f0632fcd6f1d16e2624552c32ba21b8f3fe.tar.bz2 |
Minor stylesheet nit.
Diffstat (limited to 'Doc/html/style.css')
-rw-r--r-- | Doc/html/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |