[richfaces-svn-commits] JBoss Rich Faces SVN: r434 - in trunk/richfaces/dataTable: src/main/resources/org/richfaces/renderkit/html/css and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 18 07:28:30 EDT 2007


Author: sergeyhalipov
Date: 2007-04-18 07:28:30 -0400 (Wed, 18 Apr 2007)
New Revision: 434

Modified:
   trunk/richfaces/dataTable/skin/dataTable/dataTable.html
   trunk/richfaces/dataTable/skin/dataTable/dataTable_example.html
   trunk/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss
   trunk/richfaces/dataTable/src/main/templates/org/richfaces/datatable/css/table.xcss
Log:
Replace wrong CSS ctyle "font-color" with "color".

Modified: trunk/richfaces/dataTable/skin/dataTable/dataTable.html
===================================================================
--- trunk/richfaces/dataTable/skin/dataTable/dataTable.html	2007-04-18 11:12:28 UTC (rev 433)
+++ trunk/richfaces/dataTable/skin/dataTable/dataTable.html	2007-04-18 11:28:30 UTC (rev 434)
@@ -32,7 +32,7 @@
 
 	font-size : 11px;  /*generalSizeFont*/
 
-	font-color : #000000; /*generalTextColor*/
+	color : #000000; /*generalTextColor*/
 
 	font-family : verdana; /*generalFamilyFont*/
 

Modified: trunk/richfaces/dataTable/skin/dataTable/dataTable_example.html
===================================================================
--- trunk/richfaces/dataTable/skin/dataTable/dataTable_example.html	2007-04-18 11:12:28 UTC (rev 433)
+++ trunk/richfaces/dataTable/skin/dataTable/dataTable_example.html	2007-04-18 11:28:30 UTC (rev 434)
@@ -32,7 +32,7 @@
 
 	font-size : 11px;  /*generalSizeFont*/
 
-	font-color : #000000; /*generalTextColor*/
+	color : #000000; /*generalTextColor*/
 
 	font-family : verdana; /*generalFamilyFont*/
 

Modified: trunk/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss
===================================================================
--- trunk/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss	2007-04-18 11:12:28 UTC (rev 433)
+++ trunk/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss	2007-04-18 11:28:30 UTC (rev 434)
@@ -80,7 +80,7 @@
 	<u:style name="padding" value="4px 4px 4px 4px"/>
 	<u:style name="text-align" value="center"/>
 	<u:style name="font-size" skin="generalSizeFont"/>  <!--generalSizeFont-->
-	<u:style name="font-color" skin="generalTextColor"/> <!--generalTextColor-->
+	<u:style name="color" skin="generalTextColor"/> <!--generalTextColor-->
 	<u:style name="font-family" skin="generalFamilyFont"/> <!--generalFamilyFont-->
 </u:selector>
 

Modified: trunk/richfaces/dataTable/src/main/templates/org/richfaces/datatable/css/table.xcss
===================================================================
--- trunk/richfaces/dataTable/src/main/templates/org/richfaces/datatable/css/table.xcss	2007-04-18 11:12:28 UTC (rev 433)
+++ trunk/richfaces/dataTable/src/main/templates/org/richfaces/datatable/css/table.xcss	2007-04-18 11:28:30 UTC (rev 434)
@@ -14,7 +14,7 @@
 	border-bottom : 1px solid #c0c0c0;  /*panelBorderColor*/
 	padding : 4px 4px 4px 4px;
 	font-size : 11px;  /*generalSizeFont*/
-	font-color : #000000; /*generalTextColor*/
+	color : #000000; /*generalTextColor*/
 	font-family : verdana; /*generalFamilyFont*/
 }
 
@@ -23,7 +23,7 @@
 	border-bottom : 1px solid #c0c0c0;  /*panelBorderColor*/
 	padding : 4px 4px 4px 4px;
 	font-size : 11px;  /*generalSizeFont*/
-	font-color : #000000; /*generalTextColor*/
+	color : #000000; /*generalTextColor*/
 	font-family : verdana; /*generalFamilyFont*/
 }
 




More information about the richfaces-svn-commits mailing list