[Scummvm-cvs-logs] CVS: web index.php,1.19,1.20
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Wed Feb 18 01:36:03 CET 2004
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27426
Modified Files:
index.php
Log Message:
Slightly taller window, to avoid scroll arrows in Mozilla.
Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/index.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- index.php 18 Feb 2004 09:14:36 -0000 1.19
+++ index.php 18 Feb 2004 09:26:08 -0000 1.20
@@ -71,9 +71,9 @@
<td>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan="3">
- <!-- We use a height of 482 instead of 480 to workaround something which
+ <!-- We use a height of 483 instead of 480 to workaround something which
appears to be a bug in Mozilla? -->
- <a href="javascript:openWin('./screenshots/big_scummvm_'+i_jn+'.png','scummvm',640,482);"
+ <a href="javascript:openWin('./screenshots/big_scummvm_'+i_jn+'.png','scummvm',640,483);"
onMouseOver="window.status='Click to View Full Size Image';return true;"
onMouseOut="window.status='';return true;"><img
src="./screenshots/scummvm_<?=$randImg?>.png" width=256 height=192
More information about the Scummvm-git-logs
mailing list