Your message dated Thu, 04 Feb 2016 18:16:39 +0100
with message-id 
<[email protected]>
and subject line Re: [PATCH] Improved styling of clickable text
has caused the Debian Bug report #812828,
regarding [PATCH] Improved styling of clickable text
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
812828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812828
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ftp.debian.org
Severity: minor
Tags: patch
8<-------->8
---
 style.css | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css
index 0d73e47..587dd1b 100644
--- a/style.css
+++ b/style.css
@@ -280,6 +280,9 @@ span.deferredfp {
        border-bottom: dashed 1px black;
        margin: 0.2em;
 }
+#NEW-details-page .infobox .title {
+       cursor: pointer;
+}
 #NEW-details-page .infobox .subtitle { 
        text-align: center;
        font-weight: bold;
@@ -327,8 +330,15 @@ span.deferredfp {
 #NEW p.togglepkg {
  font-size: 90%;
  font-family: monospace;
- margin: 0px;
+ margin-top: 0px;
+ margin-right: 0px;
  margin-left:2.5%;
+ cursor: pointer;
+ display: inline-block;
+}
+#NEW p.togglepkg:hover {
+ color: #0000FF;
+ text-decoration: underline;
 }
 table.NEW {
  margin: auto auto;
-- 
2.7.0

--- End Message ---
--- Begin Message ---
Hi,

> [PATCH] Improved styling of clickable text

Applied; many thanks.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-

--- End Message ---

Reply via email to