[Scummvm-cvs-logs] CVS: web scripts.js,1.5,1.6 styles.css,1.18,1.19

Max Horn fingolfin at users.sourceforge.net
Fri Oct 17 12:31:01 CEST 2003


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv13745

Modified Files:
	scripts.js styles.css 
Log Message:
some more tweaking, trying to accomodate various quirky browser (= basically all of them :-)

Index: scripts.js
===================================================================
RCS file: /cvsroot/scummvm/web/scripts.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- scripts.js	16 Oct 2003 22:46:47 -0000	1.5
+++ scripts.js	17 Oct 2003 19:29:56 -0000	1.6
@@ -1,6 +1,6 @@
 
 function openWin(fileToOpen,nameOfWindow,width,height) {
-	myWindow = window.open("",nameOfWindow,"menubar=no,scrollbars=no,status=no,innerWidth="+width+",innerHeight="+height);
+	myWindow = window.open("",nameOfWindow,"menubar=no,scrollbars=no,status=no,width="+width+",height="+height);
 	myWindow.document.open();
 	myWindow.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">\n')
 	myWindow.document.write('<html><head><title>ScreenShot Viewer</title><link rel="stylesheet" href="styles.css" type="text/css"></head>')

Index: styles.css
===================================================================
RCS file: /cvsroot/scummvm/web/styles.css,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- styles.css	16 Oct 2003 22:31:02 -0000	1.18
+++ styles.css	17 Oct 2003 19:29:56 -0000	1.19
@@ -2,6 +2,7 @@
 body {
 	background-color: #6699CC;
 	margin: 0px;
+	padding: 0px;
 }
 
 p, body, td, h2, h3, h4, h5, h6 {





More information about the Scummvm-git-logs mailing list