You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2017/06/18 15:55:44 UTC

svn commit: r1799099 - /comdev/reporter.apache.org/trunk/site/css/tabs.css

Author: humbedooh
Date: Sun Jun 18 15:55:43 2017
New Revision: 1799099

URL: http://svn.apache.org/viewvc?rev=1799099&view=rev
Log:
change selected tab's text color to blue

Modified:
    comdev/reporter.apache.org/trunk/site/css/tabs.css

Modified: comdev/reporter.apache.org/trunk/site/css/tabs.css
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/css/tabs.css?rev=1799099&r1=1799098&r2=1799099&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/css/tabs.css (original)
+++ comdev/reporter.apache.org/trunk/site/css/tabs.css Sun Jun 18 15:55:43 2017
@@ -68,7 +68,7 @@ a {
     border-bottom: none;
     box-shadow: none;
     cursor: default;
-    color: #333;
+    color: #338;
     background: #eee;
 }