You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by bu...@apache.org on 2013/02/28 14:55:26 UTC

svn commit: r852404 - in /websites/staging/marmotta/trunk/content: ./ css/site.css

Author: buildbot
Date: Thu Feb 28 13:55:25 2013
New Revision: 852404

Log:
Staging update by buildbot for marmotta

Modified:
    websites/staging/marmotta/trunk/content/   (props changed)
    websites/staging/marmotta/trunk/content/css/site.css

Propchange: websites/staging/marmotta/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 28 13:55:25 2013
@@ -1 +1 @@
-1451193
+1451199

Modified: websites/staging/marmotta/trunk/content/css/site.css
==============================================================================
--- websites/staging/marmotta/trunk/content/css/site.css (original)
+++ websites/staging/marmotta/trunk/content/css/site.css Thu Feb 28 13:55:25 2013
@@ -64,7 +64,12 @@ div#topbar {
     z-index: 1030;
 }
 
-.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
+.dropdown-menu li a {
+    color: #CB1180;
+}
+
+.dropdown-menu li:hover a {
+    color: #FFFFFF;
     background-color: #CB1180;
 }