diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-14 15:45:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-14 15:45:11 (GMT) |
commit | 816aebdf94c7837e3d2a2d297886b5fbcbdc9406 (patch) | |
tree | dcb1178bf6bd89e91bbbebb91104f60c80e71ddb /Doc/tools | |
parent | a74771c0b9f0110de51e15647d47852ea82cea46 (diff) | |
download | cpython-816aebdf94c7837e3d2a2d297886b5fbcbdc9406.zip cpython-816aebdf94c7837e3d2a2d297886b5fbcbdc9406.tar.gz cpython-816aebdf94c7837e3d2a2d297886b5fbcbdc9406.tar.bz2 |
Use the same shade of blue as the site navigation areas.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-x | Doc/tools/mkpkglist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/mkpkglist b/Doc/tools/mkpkglist index e5c346d..eefe2e5 100755 --- a/Doc/tools/mkpkglist +++ b/Doc/tools/mkpkglist @@ -40,10 +40,10 @@ else: print '''\ <table border="1" cellpadding="3" align="center"> <thead> - <tr bgcolor="#3399ff"><th rowspan="2">Content</th> + <tr bgcolor="#99ccff"><th rowspan="2">Content</th> <th colspan="3">Format</th> </tr> - <tr bgcolor="#3399ff"><th>ZIP</th><th>GZip</th><th>BZip2</th> + <tr bgcolor="#99ccff"><th>ZIP</th><th>GZip</th><th>BZip2</th> </thead> <tbody>''' |