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/05/31 18:46:01 UTC

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

Author: mturyn
Date: Thu May 31 11:46:00 2007
New Revision: 543212

URL: http://svn.apache.org/viewvc?view=rev&rev=543212
Log:
Fixed the colour of sizers for table.

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=543212&r1=543211&r2=543212
==============================================================================
--- incubator/xap/trunk/codebase/css/xapDefault.css (original)
+++ incubator/xap/trunk/codebase/css/xapDefault.css Thu May 31 11:46:00 2007
@@ -255,8 +255,8 @@
 	we're seeing the (now thin) sizers:
 	*/
 	
-	#background-color: #darkcyan ;
-	background-color: #aaaaaa ;
+	#background-color: darkcyan ;
+	background-color: #999 ;
 	border-right:0px solid white;
 	border-left: 0px  solid white;
 	-moz-opacity: 0.91;