bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* Fwd: bug#50116: Text on GNU grep webpage far too big
       [not found] ` <CA+XvV5Gy+avV52MYO4VQQ1srqqTdo2DcUpaUCUAV37xXUJT9Sg@mail.gmail.com>
@ 2021-08-20 17:10   ` Gavin Smith
  2021-08-20 19:37     ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Gavin Smith @ 2021-08-20 17:10 UTC (permalink / raw)
  To: Gnulib bugs; +Cc: Steve Ward, Texinfo, 50116

Does anybody have access to
https://www.gnu.org/software/gnulib/manual.css and could the CSS lines
mentioned below removed? These CSS lines would be a problem with any
Texinfo manual built with Texinfo 6.8 due to changes in the structure
of the HTML (enclosing an entire section in <div class="section">
rather than just the section heading).

---------- Forwarded message ---------
From: Steve Ward <planet36@gmail.com>
Date: Thu, Aug 19, 2021 at 12:56 PM
Subject: Re: bug#50116: Text on GNU grep webpage far too big
To: Gavin Smith <gavinsmith0123@gmail.com>
Cc: <50116@debbugs.gnu.org>


On Thu, Aug 19, 2021 at 2:12 AM Gavin Smith <gavinsmith0123@gmail.com> wrote:
>
> https://www.gnu.org/software/grep/manual/grep.html
>
> This documentation is not usable because the text is far too big.  I assume
> it is being enlarged with a CSS file.
>
>
>

In the manual.css file [0], commenting out the font-size property in
these blocks makes the page look normal to me.

.settitle, .top, .chapter
/*font-size: 250%;*/

.section, .subsection, .subsubsection
/*font-size: 150%; */


[0] <https://www.gnu.org/software/gnulib/manual.css>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bug#50116: Text on GNU grep webpage far too big
  2021-08-20 17:10   ` Fwd: bug#50116: Text on GNU grep webpage far too big Gavin Smith
@ 2021-08-20 19:37     ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2021-08-20 19:37 UTC (permalink / raw)
  To: Steve Ward; +Cc: Gavin Smith, Gnulib bugs, Texinfo, 50116-done

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

Thanks for reporting the problem. I installed the attached patch to the 
Gnulib web page's manual.css. It fixed things for me after I forced my 
browser to reload.

[-- Attachment #2: gnulib-manual-css.diff --]
[-- Type: text/x-patch, Size: 969 bytes --]

Index: manual.css
===================================================================
RCS file: /web/gnulib/gnulib/manual.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -p -u -r1.9 -r1.10
--- manual.css	15 Dec 2020 14:05:27 -0000	1.9
+++ manual.css	20 Aug 2021 19:28:37 -0000	1.10
@@ -41,15 +41,10 @@ div.lisp > pre.lisp {
     color: #433;
 }
 
-/* Make the title and node titles more visible.  Optionally use Fira Sans,
-   if available, which is more pleasant and more compact than Helvetica.  */
-.settitle, .top, .chapter {
+/* In title and node titles, use Fira Sans if available as it is more
+   pleasant and more compact than Helvetica.  */
+.settitle, .top, .chapter, .section, .subsection, .subsubsection {
     font-family: Fira Sans, sans;
-    font-size: 250%;
-}
-.section, .subsection, .subsubsection { 
-    font-family: Fira Sans, sans;
-    font-size: 150%; 
 }
 
 /* ----- coreutils specific styling ----- */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-20 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210819061114.GA12892@mintstar>
     [not found] ` <CA+XvV5Gy+avV52MYO4VQQ1srqqTdo2DcUpaUCUAV37xXUJT9Sg@mail.gmail.com>
2021-08-20 17:10   ` Fwd: bug#50116: Text on GNU grep webpage far too big Gavin Smith
2021-08-20 19:37     ` Paul Eggert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).