Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 816aebd

Browse files
committed
Use the same shade of blue as the site navigation areas.
1 parent a74771c commit 816aebd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tools/mkpkglist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ else:
4040
print '''\
4141
<table border="1" cellpadding="3" align="center">
4242
<thead>
43-
<tr bgcolor="#3399ff"><th rowspan="2">Content</th>
43+
<tr bgcolor="#99ccff"><th rowspan="2">Content</th>
4444
<th colspan="3">Format</th>
4545
</tr>
46-
<tr bgcolor="#3399ff"><th>ZIP</th><th>GZip</th><th>BZip2</th>
46+
<tr bgcolor="#99ccff"><th>ZIP</th><th>GZip</th><th>BZip2</th>
4747
</thead>
4848
<tbody>'''
4949

0 commit comments

Comments
 (0)