You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bi...@apache.org on 2009/10/30 00:55:18 UTC

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

Author: bibryam
Date: Thu Oct 29 23:55:18 2009
New Revision: 831159

URL: http://svn.apache.org/viewvc?rev=831159&view=rev
Log:
Underlined some of the links, so they are noticeable. Related to https://issues.apache.org/jira/browse/OFBIZ-3061

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=831159&r1=831158&r2=831159&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Thu Oct 29 23:55:18 2009
@@ -991,6 +991,14 @@
     color: #1c334d;
 }
 
+.basic-table td a {
+    text-decoration: underline;
+}
+
+.basic-table td a.buttontext  {
+    text-decoration: none;
+}
+
 .buttontextdisabled {
     color: #ccc;
 }