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 jm...@apache.org on 2006/09/22 17:03:55 UTC

svn commit: r448997 - /incubator/xap/trunk/css/xapDefault.css

Author: jmargaris
Date: Fri Sep 22 10:03:54 2006
New Revision: 448997

URL: http://svn.apache.org/viewvc?view=rev&rev=448997
Log:
separated out styles, need to revisit this and switch
from tag names to classes

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

Modified: incubator/xap/trunk/css/xapDefault.css
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/css/xapDefault.css?view=diff&rev=448997&r1=448996&r2=448997
==============================================================================
--- incubator/xap/trunk/css/xapDefault.css (original)
+++ incubator/xap/trunk/css/xapDefault.css Fri Sep 22 10:03:54 2006
@@ -17,12 +17,42 @@
 	border-left: 2px solid #555;
 }
 
+TABLE {
+	font: inherit;
+	font-size: inherit;
+	color: inherit;
+}
+
+DIV {
+	font: inherit;
+	font-size: inherit;
+	color: inherit;
+}
 
+TBODY {
+	font: inherit;
+	font-size: inherit;
+	color: inherit;
+}
 
-DIV TABLE TBODY TR TD SPAN {
+TR {
 	font: inherit;
 	font-size: inherit;
+	color: inherit;
 }
+
+TD {
+	font: inherit;
+	font-size: inherit;
+	color: inherit;
+}
+
+SPAN {
+	font: inherit;
+	font-size: inherit;
+	color: inherit;
+}
+
 
 BODY {
 	width: 100%;