[MPlayer-DOCS] CVS: homepage/design4 default.css,1.5,1.6

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


CVS change done by Diego Biurrun CVS

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

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


Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design4/default.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- default.css	22 Dec 2004 20:31:17 -0000	1.5
+++ default.css	26 Dec 2004 00:50:08 -0000	1.6
@@ -17,3 +17,9 @@
         font-size   : 18px;
 	font-weight : bold;
 }
+
+.screenshots div    {
+        float  : left;
+        width  : 220px;
+        height : 190px;
+}




More information about the MPlayer-DOCS mailing list