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 2007/11/08 22:39:40 UTC

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

Author: jmargaris
Date: Thu Nov  8 14:39:40 2007
New Revision: 593343

URL: http://svn.apache.org/viewvc?rev=593343&view=rev
Log:
xapLink style changes

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?rev=593343&r1=593342&r2=593343&view=diff
==============================================================================
--- incubator/xap/trunk/codebase/css/xapDefault.css (original)
+++ incubator/xap/trunk/codebase/css/xapDefault.css Thu Nov  8 14:39:40 2007
@@ -77,7 +77,8 @@
 .xapLink{
 	cursor:pointer;
 	text-align: left;
-	border:1px solid transparent;
+	border-width: 1px;
+	border-style: none;
 }
 
 .xapLinkMouseOver{