← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Bug 940195] Re: '¶' shown all the time

 

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;
+}

** Changed in: ubuntu-packaging-guide
       Status: Triaged => Fix Committed

** Changed in: ubuntu-packaging-guide
     Assignee: (unassigned) => Alexander Fougner (fougner)

-- 
You received this bug notification because you are a member of Ubuntu
Packaging Guide Team, which is subscribed to Ubuntu Packaging Guide.
https://bugs.launchpad.net/bugs/940195

Title:
  '¶' shown all the time

Status in Ubuntu Packaging Guide:
  Fix Committed

Bug description:
  '¶' shown all the time - it'd be good if it only showed up when it is
  mouse-overed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/940195/+subscriptions


References