Author: crossley
Date: Fri Sep 8 20:59:00 2006
New Revision: 441733
URL: http://svn.apache.org/viewvc?view=rev&rev=441733
Log:
Fix a:hover background for links in leftbar/credit2 space.
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css?view=diff&rev=441733&r1=441732&r2=441733
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
Fri Sep 8 20:59:00 2006
@@ -488,6 +488,10 @@
background-color: #ffffff;
}
+#leftbar #credit2 a:hover {
+ background-color: #FFFFFF;
+}
+
/* DUC - Formerly searchbox */
#leftbar .searchbox {
text-align: center;