[Scummvm-cvs-logs] CVS: web style.css,1.5,1.6

Eugene Sandulenko sev at users.sourceforge.net
Sun Nov 13 07:06:02 CET 2005


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30862

Modified Files:
	style.css 
Log Message:
Though, decided to fix CSS validity. Opera wants 'clip' here, when correct
value is 'hidden'. As a result gaps between menus in Opera are little wider
than necessary.


Index: style.css
===================================================================
RCS file: /cvsroot/scummvm/web/style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- style.css	13 Nov 2005 02:01:18 -0000	1.5
+++ style.css	13 Nov 2005 15:05:28 -0000	1.6
@@ -106,7 +106,7 @@
 .menu {
 	margin-left:0px;
 	width:145px;
-	overflow:clip;	
+	overflow:hidden;	
 	margin-bottom:8px;
 	}
 	





More information about the Scummvm-git-logs mailing list