summaryrefslogtreecommitdiffstats
path: root/Doc/html/style.css
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-02 17:36:27 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-02 17:36:27 (GMT)
commit5df72f0632fcd6f1d16e2624552c32ba21b8f3fe (patch)
tree9bc5723de881643719ae085a49eaf963c9b2be15 /Doc/html/style.css
parent1ea64ea3abf78a65f8145ab2613be7dfd178f4ce (diff)
downloadcpython-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.css3
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;