diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-30 15:02:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-30 15:02:13 (GMT) |
commit | eacc4fc5e6d8f589b1dd42598da2d04ac8b03f8a (patch) | |
tree | 925261c268ece5566874e56e31d1aa22d3abf730 /Doc/html/style.css | |
parent | 4973b35991ef2cd828e0608d039bf4bd528f05ce (diff) | |
download | cpython-eacc4fc5e6d8f589b1dd42598da2d04ac8b03f8a.zip cpython-eacc4fc5e6d8f589b1dd42598da2d04ac8b03f8a.tar.gz cpython-eacc4fc5e6d8f589b1dd42598da2d04ac8b03f8a.tar.bz2 |
Push a little more here to avoid style information in the generation
scripts as much as possible.
Diffstat (limited to 'Doc/html/style.css')
-rw-r--r-- | Doc/html/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index acfdd7f..b1101ee 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -51,6 +51,9 @@ 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; } + .refcount-info { font-style: italic } .refcount-info .value { font-weight: bold; color: #006600 } |