[MPlayer-DOCS] CVS: homepage/design3 default.css,1.4,1.5

Diego Biurrun CVS syncmail at mplayerhq.hu
Thu Jan 27 15:36:45 CET 2005


CVS change done by Diego Biurrun CVS

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

Modified Files:
	default.css 
Log Message:
Sync with content changes.


Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design3/default.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- default.css	23 Jan 2005 22:41:54 -0000	1.4
+++ default.css	27 Jan 2005 14:36:42 -0000	1.5
@@ -1,5 +1,5 @@
 img    {
-        border : 0
+        border : 0;
 }
 
 table    {
@@ -8,14 +8,14 @@
 }
 
 .header    {
-	font-weight : Bold;
+        font-weight : bold;
         font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size   : 14px;
 }
 
 .bigheader    {
-	text-decoration : sans;
-	font-weight : Bold;
+        text-decoration : sans;
+        font-weight : bold;
         font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size   : 17px;
 }
@@ -23,5 +23,9 @@
 .screenshots div {
         float  : left;
         width  : 220px;
-        height : 190px
+        height : 190px;
 }
+
+.center {
+        text-align: center;
+}
\ No newline at end of file




More information about the MPlayer-DOCS mailing list