[Scummvm-cvs-logs] CVS: web styles.css,1.15,1.16

Max Horn fingolfin at users.sourceforge.net
Wed Oct 15 15:18:04 CEST 2003


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

Modified Files:
	styles.css 
Log Message:
CSS fix needed for the last change from div back to a table

Index: styles.css
===================================================================
RCS file: /cvsroot/scummvm/web/styles.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- styles.css	14 Oct 2003 18:30:00 -0000	1.15
+++ styles.css	15 Oct 2003 22:17:15 -0000	1.16
@@ -80,12 +80,11 @@
 /* Side bar / content part */
 #sideBar {
 	width: 120px;
-	float: left;
 	text-align: center;
 	vertical-align: top;
 }
 #main {
-	margin-left: 120px;
+	width: 100%;
 	padding-left: 1em;
 	padding-right: 1em;
 	vertical-align: top;





More information about the Scummvm-git-logs mailing list