Your message dated Thu, 22 Sep 2016 22:02:42 +0200
with message-id <20160922200241.vnmwnbhe7ramyqhv@nouzonket>
and subject line Re: Bug#838577: po4a: [man pages on Alioth] h2 headers are too 
small
has caused the Debian Bug report #838577,
regarding po4a: [man pages on Alioth] h2 headers are too small
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 ow...@bugs.debian.org
immediately.)


-- 
838577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: po4a
Version: 0.45-1
Severity: minor

Dear Maintainer,

Simply open one of the po4a manual pages on Alioth, e.g. [0]. You will see that
the h2 section headers (Introduction, Table of content, etc) are smaller than
h3's (The problem to solve, The po4a answers, etc.), and that they don't have a
margin. This makes the document difficult to read if you don't already know its
structure.

The culprit is a line in the default CSS [1]:

h2 { margin: 0; font-size: small;}

Removing it would let the browser use its default style for h2, as it does for
h3.
If smaller h2's are needed in a specific page (e.g. [2]), a style element can
be added to that page without affecting the PO files:

@@ -9,6 +10,9 @@
        <meta http-equiv="Content-Type"
              content="application/xhtml+xml; charset=utf-8" />
        <title>po4a - Welcome</title>
+       <style><!--
+             h2 { margin: 0; font-size: small;}
+       --></style>
 </head>
 <body>
        <!-- begin header.php -->

In any case, thanks a lot for this new version of the manual.

Best regards,
Thérèse

[0] https://po4a.alioth.debian.org/man/man7/po4a.7.php
[1] https://po4a.alioth.debian.org/default.css
[2] https://po4a.alioth.debian.org/



-- System Information:
Debian Release: jessie/sid
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-93-lowlatency (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: upstart (via init_is_upstart())

Versions of packages po4a depends on:
ii  gettext        0.18.3.1-1ubuntu3
ii  libsgmls-perl  1.03ii-32
ii  perl           5.18.2-2ubuntu1.1
ii  perl-modules   5.18.2-2ubuntu1.1
ii  sp             1.3.4-1.2.1-47.3ubuntu1

Versions of packages po4a recommends:
ii  liblocale-gettext-perl     1.05-7build3
ii  libterm-readkey-perl       2.31-1
ii  libtext-wrapi18n-perl      0.06-7
ii  libunicode-linebreak-perl  0.0.20131101-1

po4a suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Hello, 

I fixed this by putting a h3 line, very similar to the h2 line because
I didn't want to mess up with the h1 directives, but if someone wants
to contribute a complete default.css file, I'd be very pleased to
integrate this.

Thanks for your interest,
Mt.

On Thu, Sep 22, 2016 at 05:21:47PM +0200, Thérèse Godefroy wrote:
> Package: po4a
> Version: 0.45-1
> Severity: minor
> 
> Dear Maintainer,
> 
> Simply open one of the po4a manual pages on Alioth, e.g. [0]. You will see 
> that
> the h2 section headers (Introduction, Table of content, etc) are smaller than
> h3's (The problem to solve, The po4a answers, etc.), and that they don't have 
> a
> margin. This makes the document difficult to read if you don't already know 
> its
> structure.
> 
> The culprit is a line in the default CSS [1]:
> 
> h2 { margin: 0; font-size: small;}
> 
> Removing it would let the browser use its default style for h2, as it does for
> h3.
> If smaller h2's are needed in a specific page (e.g. [2]), a style element can
> be added to that page without affecting the PO files:
> 
> @@ -9,6 +10,9 @@
>         <meta http-equiv="Content-Type"
>               content="application/xhtml+xml; charset=utf-8" />
>         <title>po4a - Welcome</title>
> +       <style><!--
> +             h2 { margin: 0; font-size: small;}
> +       --></style>
>  </head>
>  <body>
>         <!-- begin header.php -->
> 
> In any case, thanks a lot for this new version of the manual.
> 
> Best regards,
> Thérèse
> 
> [0] https://po4a.alioth.debian.org/man/man7/po4a.7.php
> [1] https://po4a.alioth.debian.org/default.css
> [2] https://po4a.alioth.debian.org/
> 
> 
> 
> -- System Information:
> Debian Release: jessie/sid
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
> 
> Kernel: Linux 3.13.0-93-lowlatency (SMP w/4 CPU cores; PREEMPT)
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: upstart (via init_is_upstart())
> 
> Versions of packages po4a depends on:
> ii  gettext        0.18.3.1-1ubuntu3
> ii  libsgmls-perl  1.03ii-32
> ii  perl           5.18.2-2ubuntu1.1
> ii  perl-modules   5.18.2-2ubuntu1.1
> ii  sp             1.3.4-1.2.1-47.3ubuntu1
> 
> Versions of packages po4a recommends:
> ii  liblocale-gettext-perl     1.05-7build3
> ii  libterm-readkey-perl       2.31-1
> ii  libtext-wrapi18n-perl      0.06-7
> ii  libunicode-linebreak-perl  0.0.20131101-1
> 
> po4a suggests no packages.
> 
> -- no debconf information
> 

-- 
It is hard to accept an article in which the only contributions are
very inventive gramatical errors.     -- Bastard Reviewer From Hell

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to