Your message dated Thu, 8 Aug 2013 02:14:26 +0200
with message-id <[email protected]>
and subject line Re: Bug#719022: CSS: improve title rendering in html-single
has caused the Debian Bug report #719022,
regarding CSS: improve title rendering in html-single
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.)


-- 
719022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719022
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: publican-debian
Version: 0.2
Severity: minor
Tags: patch

Hello Raphael,

In case Debian brand is used in html-single mode, there is no margin
between Debian logos in title (<p id="title">) and the blue rectangle
(<div class="productitle">).

The rendering could be better in that case:
http://people.debian.org/~spaillard/publican-debian-css/Entity_in_ulink/

Please find attached a little patch against git tree, with better rendering 
(IMO):
http://people.debian.org/~spaillard/publican-debian-css/Entity_in_ulink_other_css/

Obviously, an other way to fix the bug is to get Debian pictures map the
publican original brand images and avoid overloading the debian css. 

Thanks for this Debian publican brand.

-- 
Simon Paillard

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages publican-debian depends on:
ii  publican  2.8-3

publican-debian recommends no packages.

publican-debian suggests no packages.

-- no debconf information
>From bcc58814c790a3cb4de2920bf26ae582b29b34df Mon Sep 17 00:00:00 2001
From: Simon Paillard <[email protected]>
Date: Wed, 7 Aug 2013 22:11:08 +0200
Subject: [PATCH] CSS: better title rendering in html-single

Margin-top of title is sized according to title images, and Debian logos
are heigher than the default brand.
---
 en-US/css/overrides.css |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/en-US/css/overrides.css b/en-US/css/overrides.css
index be03e82..58a1e3b 100644
--- a/en-US/css/overrides.css
+++ b/en-US/css/overrides.css
@@ -42,6 +42,10 @@ table tr.even td {
 	height:54px;
 }
 
+#title a.left img, #title a.right img {
+	margin-top: 0.3em;    
+}  
+
 .term{
 	color:#C70036;
 }
-- 
1.7.10.4


--- End Message ---
--- Begin Message ---
On Wed, 07 Aug 2013, Simon Paillard wrote:
> Well, if it's ok with 3.x, then sorry for the noise.
> 
> Thinking twice about it, it's not much a issue, because if we move some
> debian-doc to publican, their will get a dedicated package, and will no longer
> be build on wheezy/stable.

Right, closing then. Thanks for the report anyway!

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Discover the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/

--- End Message ---

Reply via email to