You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/05/13 23:15:17 UTC

svn commit: r774541 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Author: jaz
Date: Wed May 13 21:15:17 2009
New Revision: 774541

URL: http://svn.apache.org/viewvc?rev=774541&view=rev
Log:
simple change which adds an underline on hover to text links in the title bar

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=774541&r1=774540&r2=774541&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Wed May 13 21:15:17 2009
@@ -1289,7 +1289,7 @@
 
 .screenlet-title-bar ul a:hover {
 	color: #ffffff;
-	text-decoration: none;
+	text-decoration: underline;
 }
 
 .screenlet-title-bar ul .disabled {