diff options
author | Fred Drake <fdrake@acm.org> | 2004-11-05 04:51:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-11-05 04:51:05 (GMT) |
commit | 6e2e90d1602479769f4a3ba7dc27a57fbd2c899f (patch) | |
tree | 081cf91fefff45b2bc6c5552e96477b927c32ce2 /Doc/html | |
parent | 8aebe19e352d4acb0400c5a95d81fbe5488b98c4 (diff) | |
download | cpython-6e2e90d1602479769f4a3ba7dc27a57fbd2c899f.zip cpython-6e2e90d1602479769f4a3ba7dc27a57fbd2c899f.tar.gz cpython-6e2e90d1602479769f4a3ba7dc27a57fbd2c899f.tar.bz2 |
switch remaining icon references to the PNG icons
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/about.html | 14 | ||||
-rw-r--r-- | Doc/html/index.html.in | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/Doc/html/about.html b/Doc/html/about.html index c557dff..3b15a65 100644 --- a/Doc/html/about.html +++ b/Doc/html/about.html @@ -9,7 +9,7 @@ <link rel="index" href="modindex.html" title="Global Module Index"> <link rel="start" href="index.html" title="Python Documentation Index"> <link rel="up" href="index.html" title="Python Documentation Index"> - <link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif"> + <link rel="SHORTCUT ICON" href="icons/pyfav.png" type="image/png"> <link rel="STYLESHEET" href="lib/lib.css"> </head> <body> @@ -17,20 +17,20 @@ <table width="100%" cellpadding="0" cellspacing="2"> <tr> <td><img width="32" height="32" align="bottom" border="0" alt="" - src="icons/blank.gif"></td> + src="icons/blank.png"></td> <td><a href="index.html" title="Python Documentation Index"><img width="32" height="32" align="bottom" border="0" alt="up" - src="icons/up.gif"></a></td> + src="icons/up.png"></a></td> <td><img width="32" height="32" align="bottom" border="0" alt="" - src="icons/blank.gif"></td> + src="icons/blank.png"></td> <td align="center" width="100%">About the Python Documentation</td> <td><img width="32" height="32" align="bottom" border="0" alt="" - src="icons/blank.gif"></td> + src="icons/blank.png"></td> <td><img width="32" height="32" align="bottom" border="0" alt="" - src="icons/blank.gif"></td> + src="icons/blank.png"></td> <td><img width="32" height="32" align="bottom" border="0" alt="" - src="icons/blank.gif"></td> + src="icons/blank.png"></td> </tr> </table> <b class="navlabel">Up:</b> diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index a4c22d2..412f1d5 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -5,7 +5,7 @@ <meta name="description" content="Top-level index to the standard documentation for Python @RELEASE@."> - <link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif"> + <link rel="SHORTCUT ICON" href="icons/pyfav.png" type="image/png"> <link rel="STYLESHEET" href="lib/lib.css" type="text/css"> <link rel="author" href="acks.html" title="Acknowledgements"> <link rel="help" href="about.html" title="About the Python Documentation"> @@ -23,20 +23,20 @@ <table align="center" width="100%" cellpadding="0" cellspacing="2"> <tr> <td><img width="32" height="32" align="bottom" border="0" alt="" - src="icons/blank.gif"></td> + src="icons/blank.png"></td> <td><img width="32" height="32" align="bottom" border="0" alt="" - src="icons/blank.gif"></td> + src="icons/blank.png"></td> <td><img width="32" height="32" align="bottom" border="0" alt="" - src="icons/blank.gif"></td> + src="icons/blank.png"></td> <td align="center" width="100%"> <b class="title">Python Documentation</b></td> <td><img width="32" height="32" align="bottom" border="0" alt="" - src="icons/blank.gif"></td> + src="icons/blank.png"></td> <td><a href="modindex.html"><img width="32" height="32" align="bottom" border="0" alt="Module Index" - src="icons/modules.gif"></a></td> + src="icons/modules.png"></a></td> <td><img width="32" height="32" align="bottom" border="0" alt="" - src="icons/blank.gif"></A></td> + src="icons/blank.png"></A></td> </tr> </table> <hr> |