[PythonReports-checkins] htdocs header.shtml, 1.3, 1.4 style.css, 1.1.1.1, 1.2
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2012-03-30 09:06:44
|
Update of /cvsroot/pythonreports/htdocs In directory vz-cvs-3.sog:/tmp/cvs-serv20272 Modified Files: header.shtml style.css Log Message: Source code repository changed to Bazaar Index: style.css =================================================================== RCS file: /cvsroot/pythonreports/htdocs/style.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** style.css 25 Feb 2007 05:42:26 -0000 1.1.1.1 --- style.css 30 Mar 2012 09:06:40 -0000 1.2 *************** *** 57,61 **** padding-top: 1em; /* must be wider than p.logos which includes 125px-wide sf logo */ ! width: 135px; } --- 57,61 ---- padding-top: 1em; /* must be wider than p.logos which includes 125px-wide sf logo */ ! width: 140px; } Index: header.shtml =================================================================== RCS file: /cvsroot/pythonreports/htdocs/header.shtml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** header.shtml 11 Mar 2009 07:33:19 -0000 1.3 --- header.shtml 30 Mar 2012 09:06:40 -0000 1.4 *************** *** 13,17 **** <ul> <li class="menul1"><a href="http://sourceforge.net/project/showfiles.php?group_id=181233">Download</a></li> ! <li class="menul1"><a href="http://pythonreports.cvs.sourceforge.net/pythonreports/">Browse CVS</a></li> <li class="menul1"><a href="http://sourceforge.net/projects/pythonreports/">Project page</a></li> <li class="menul1"><hr /></li> --- 13,17 ---- <ul> <li class="menul1"><a href="http://sourceforge.net/project/showfiles.php?group_id=181233">Download</a></li> ! <li class="menul1"><a href="http://pythonreports.bzr.sourceforge.net/bzr/pythonreports/files">Browse sources</a></li> <li class="menul1"><a href="http://sourceforge.net/projects/pythonreports/">Project page</a></li> <li class="menul1"><hr /></li> |