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 2006/11/10 22:25:52 UTC

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

Author: mturyn
Date: Fri Nov 10 14:25:52 2006
New Revision: 473533

URL: http://svn.apache.org/viewvc?view=rev&rev=473533
Log:
border-botom -->
border-bottom

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=473533&r1=473532&r2=473533
==============================================================================
--- incubator/xap/trunk/css/xapDefault.css (original)
+++ incubator/xap/trunk/css/xapDefault.css Fri Nov 10 14:25:52 2006
@@ -121,7 +121,7 @@
 .xapTable{
 	border-top : 1px solid black;
 	border-right: 1px solid black;
-	border-botom : 1px solid black;
+	border-bottom : 1px solid black;
 	border-left : 1px solid black;	
 }
 
@@ -130,7 +130,7 @@
 .xapTree{
 	border-top : 1px solid black;
 	border-right: 1px solid black;
-	border-botom : 1px solid black;
+	border-bottom : 1px solid black;
 	border-left : 1px solid black;	
 }
 
@@ -139,7 +139,7 @@
 .xapTreeTable{
 	border-top : 1px solid black;
 	border-right: 1px solid black;
-	border-botom : 1px solid black;
+	border-bottom : 1px solid black;
 	border-left : 1px solid black;	
 }