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 <spaill...@debian.org> 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