[MPlayer-DOCS] CVS: homepage/design3 default.css,1.2,1.3

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Dec 26 01:50:10 CET 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/homepage/design3
In directory mail:/var2/tmp/cvs-serv16104/design3

Modified Files:
	default.css 
Log Message:
Screenshot thumbnails should be fixed size and float.


Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design3/default.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- default.css	22 Dec 2004 20:31:17 -0000	1.2
+++ default.css	26 Dec 2004 00:50:08 -0000	1.3
@@ -19,3 +19,9 @@
         font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size   : 17px;
 }
+
+.screenshots div {
+        float  : left;
+        width  : 220px;
+        height : 190px
+}




More information about the MPlayer-DOCS mailing list