You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/04/02 17:00:43 UTC

svn commit: r524838 - /incubator/xap/trunk/codebase/css/xapDefault.css

Author: mturyn
Date: Mon Apr  2 10:00:42 2007
New Revision: 524838

URL: http://svn.apache.org/viewvc?view=rev&rev=524838
Log:
http://issues.apache.org/jira/browse/XAP-247
Added xapTable td{} to allow xapTable cells to inherit font-size from the xap Table widget's enclosing dom node.

Modified:
    incubator/xap/trunk/codebase/css/xapDefault.css

Modified: incubator/xap/trunk/codebase/css/xapDefault.css
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/css/xapDefault.css?view=diff&rev=524838&r1=524837&r2=524838
==============================================================================
--- incubator/xap/trunk/codebase/css/xapDefault.css (original)
+++ incubator/xap/trunk/codebase/css/xapDefault.css Mon Apr  2 10:00:42 2007
@@ -236,6 +236,10 @@
 	border: 1px solid #999;
 }
 
+.xapTable td{
+	font-size: inherit ;
+}
+
 /* TREE */
 
 .xapTree{