[PythonReports-checkins] htdocs header.shtml,1.2,1.3
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2009-03-11 07:33:43
|
Update of /cvsroot/pythonreports/htdocs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7848 Modified Files: header.shtml Log Message: python logo size changed to 120 pixels Index: header.shtml =================================================================== RCS file: /cvsroot/pythonreports/htdocs/header.shtml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** header.shtml 11 Mar 2009 07:14:18 -0000 1.2 --- header.shtml 11 Mar 2009 07:33:19 -0000 1.3 *************** *** 22,27 **** </div> <div class="logos"> ! <a href="http://www.python.org/"><img src="python-powered-w-125x40.png" ! width="125" height="40" alt="[Python Powered]" /></a> <br /> --- 22,27 ---- </div> <div class="logos"> ! <a href="http://www.python.org/"><img src="python-powered-w-120x40.png" ! width="120" height="40" alt="[Python Powered]" /></a> <br /> |