You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by je...@apache.org on 2010/04/28 23:57:56 UTC

svn commit: r939109 - /incubator/libcloud/site/css/libcloud.css

Author: jerry
Date: Wed Apr 28 21:57:56 2010
New Revision: 939109

URL: http://svn.apache.org/viewvc?rev=939109&view=rev
Log:
Site: Unpatriotic sidebar link hover color :(

Modified:
    incubator/libcloud/site/css/libcloud.css

Modified: incubator/libcloud/site/css/libcloud.css
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/css/libcloud.css?rev=939109&r1=939108&r2=939109&view=diff
==============================================================================
--- incubator/libcloud/site/css/libcloud.css (original)
+++ incubator/libcloud/site/css/libcloud.css Wed Apr 28 21:57:56 2010
@@ -24,6 +24,7 @@ h1 span { color:#333; font-size:36px; }
 h2 { color:#007bff;}
 #sidebar h2 { padding-left:10px; margin:0; cursor:pointer; background:#cce5ff; border-bottom:1px solid #fff; }
 #sidebar h2:hover { background:#80bdff;}
+#sidebar h2:hover a { color: #fff; }
 #sidebar .accordion { background:#f5f5f5; padding:10px; }
 #sidebar h2:focus, #sidebar h2.ui-state-active { outline:none; background:#80bdff; color:#fff;}
 #sidebar .accordion { }