From: Fred Drake Date: Wed, 30 Aug 2000 15:02:13 +0000 (+0000) Subject: Push a little more here to avoid style information in the generation X-Git-Tag: v2.0b1~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eacc4fc5e6d8f589b1dd42598da2d04ac8b03f8a;p=thirdparty%2FPython%2Fcpython.git Push a little more here to avoid style information in the generation scripts as much as possible. --- diff --git a/Doc/html/style.css b/Doc/html/style.css index acfdd7fd036e..b1101ee56104 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 }