[MPlayer-DOCS] CVS: homepage/design7 default.css,1.38,1.39

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Apr 3 15:35:23 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/homepage/design7
In directory mail:/var2/tmp/cvs-serv22033/design7

Modified Files:
	default.css 
Log Message:
Prefer relative over absolute sizes.


Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/default.css,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- default.css	29 Mar 2005 22:52:46 -0000	1.38
+++ default.css	3 Apr 2005 13:35:20 -0000	1.39
@@ -56,7 +56,7 @@
 table.border_table, table.border_table td, table.border_table th {
 	border: 1px solid;
 	border-collapse: collapse;
-	padding: 5px;}
+	padding: 0.5ex;}
 
 table.border_table th {
 	font-weight: bolder;
@@ -71,11 +71,11 @@
 	margin-bottom: 8ex;}
 
 .poster {
-	font-size: 12px;
+	font-size: smaller;
 	color: #A3A194;}
 
 .mirror {
-	font-size: 9px;}
+	font-size: smaller;}
 
 .screenshots div {
 	float: left;




More information about the MPlayer-DOCS mailing list