[Openfirst-cvscommit] config footers.php,1.8,1.9
Brought to you by:
xtimg
From: <xt...@us...> - 2003-06-01 18:59:07
|
Update of /cvsroot/openfirst/config In directory sc8-pr-cvs1:/tmp/cvs-serv7810 Modified Files: footers.php Log Message: Fix minor bug discovered Mozilla on mouseover, of turning text white on mouseover. Index: footers.php =================================================================== RCS file: /cvsroot/openfirst/config/footers.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** footers.php 14 May 2003 11:32:44 -0000 1.8 --- footers.php 1 Jun 2003 18:59:03 -0000 1.9 *************** *** 7,11 **** </tr> </table> ! <p class="menu" align="center">Copyright © 2002 All rights reserved by the openFIRST Development Team. <a href="/source.php?url=/index.php">Show Source</a></p> --- 7,11 ---- </tr> </table> ! <p align="center">Copyright © 2002 All rights reserved by the openFIRST Development Team. <a href="/source.php?url=/index.php">Show Source</a></p> *************** *** 15,19 **** <a href="http://sourceforge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=78233&type=4" width="125" height="37" border="0" alt="SourceForge.net" title="SourceForge.net" /></a> ! <a class="menu"href="http://validator.w3.org/check/referer"><img border="0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" height="31" width="88"></a></p> </body> </html> --- 15,19 ---- <a href="http://sourceforge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=78233&type=4" width="125" height="37" border="0" alt="SourceForge.net" title="SourceForge.net" /></a> ! <a class="menu" href="http://validator.w3.org/check/referer"><img border="0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" height="31" width="88"></a></p> </body> </html> |