Your message dated Thu, 04 Feb 2016 18:17:00 +0100
with message-id 
<[email protected]>
and subject line Re: [PATCH] Fix titleblock overflowing body's bounds
has caused the Debian Bug report #812830,
regarding [PATCH] Fix titleblock overflowing body's bounds
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.)


-- 
812830: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812830
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ftp.debian.org
Severity: minor
Tags: patch
8<-------->8
---
 removals-style.css | 3 +++
 style.css          | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/removals-style.css b/removals-style.css
index 6c21fa6..19f2b36 100644
--- a/removals-style.css
+++ b/removals-style.css
@@ -20,6 +20,9 @@ a img {
        background-color: #DF0451;
        color: #FFFF00;
        padding: 0.2em;
+       -moz-box-sizing: border-box;
+       -webkit-box-sizing: border-box;
+       box-sizing: border-box;
 }
        .titleblock a {
                color: #FFFF00;
diff --git a/style.css b/style.css
index 0d73e47..05c8052 100644
--- a/style.css
+++ b/style.css
@@ -380,6 +380,9 @@ a img {
        background-color: #DF0451;
        color: #FFFF00;
        padding: 0.2em;
+       -moz-box-sizing: border-box;
+       -webkit-box-sizing: border-box;
+       box-sizing: border-box;
 }
        .titleblock a {
                color: #FFFF00;
-- 
2.7.0

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

> [PATCH] Fix titleblock overflowing body's bounds

Applied; many thanks.


Regards,

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

--- End Message ---

Reply via email to