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/01/12 16:51:45 UTC

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

Author: mturyn
Date: Fri Jan 12 08:51:44 2007
New Revision: 495636

URL: http://svn.apache.org/viewvc?view=rev&rev=495636
Log:
Removed underlining from links since it looked bad for the default font.
Made default color "blue", since there's no longer an underline to mark the link.
Made color a darker blue on mouseover.

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=495636&r1=495635&r2=495636
==============================================================================
--- incubator/xap/trunk/css/xapDefault.css (original)
+++ incubator/xap/trunk/css/xapDefault.css Fri Jan 12 08:51:44 2007
@@ -33,17 +33,17 @@
 .xapLinkContents{
 	cursor:pointer;
 	text-align: left;
-	text-decoration:underline;
 }
 
+
 .xapLink{
 	cursor:pointer;
 	text-align: left;
-	text-decoration:underline;
+	color: blue;	
 }
 
 .xapLinkMouseOver{
-	color: blue;
+	color:rgb(0,0,175) ;
 }
 
 .xapLinkMouseDown{