Comment 7 for bug 940195

Revision history for this message
Daniel Holbach (dholbach) wrote :

Alex suggests the following fix, I'll try it out and commit it, if it works:

=== modified file 'themes/ubuntu/static/home.css'
--- themes/ubuntu/static/home.css 2012-01-27 11:59:17 +0000
+++ themes/ubuntu/static/home.css 2012-02-29 14:07:20 +0000
@@ -232,3 +232,14 @@
  border: 0 none;
 }

+#content a.headerlink {
+ color: #c60f0f;
+ font-size: 0.8em;
+ padding: 0 4px 0 4px;
+ text-decoration: none;
+ visibility: hidden;
+}
+
+#content *:hover > a.headerlink {
+ visibility: visible;
+}