public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug web/50642] New: onlinedocs formated text too small to read
@ 2011-10-06 22:06 jg at jguk dot org
  2011-10-07  0:21 ` [Bug web/50642] " paolo.carlini at oracle dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: jg at jguk dot org @ 2011-10-06 22:06 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50642

             Bug #: 50642
           Summary: onlinedocs formated text too small to read
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: web
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jg@jguk.org


Discussed on the mailing list:

http://gcc.gnu.org/ml/gcc/2011-07/msg00106.html

8 Jul 2011:

Hello

I'm using latest Firefox looking at the onlinedocs with a default
Firefox install, default font sizes, no change in zoom level.

http://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html


The monospace text is tiny, e.g.:

<pre class="smallexample">          struct foo { int x[2]
__attribute__ ((aligned (8))); };
     </pre>


The fix is pretty easy, just change the embedded CSS that is generated:

  pre.smallexample { font-size:smaller }

I propose this be changed to:

  pre.smallexample { font-size:normal }


Note: There are some other CSS tags with "smaller", but they are
unused on that page, perhaps worth checking if the others are used in
other files and can be changed to "normal" as well.

I'm not on the mailing list, so please keep my email address in any replies.

Thanks, Jon


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

end of thread, other threads:[~2013-07-01 10:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-06 22:06 [Bug web/50642] New: onlinedocs formated text too small to read jg at jguk dot org
2011-10-07  0:21 ` [Bug web/50642] " paolo.carlini at oracle dot com
2011-10-07  0:49 ` redi at gcc dot gnu.org
2011-10-07  8:24 ` gjl at gcc dot gnu.org
2011-10-07 16:34 ` schwab@linux-m68k.org
2011-10-07 17:18 ` gjl at gcc dot gnu.org
2011-11-12 23:30 ` jg at jguk dot org
2013-04-18  9:40 ` skannan at redhat dot com
2013-04-18 10:02 ` manu at gcc dot gnu.org
2013-05-06 10:33 ` skannan at redhat dot com
2013-07-01 10:46 ` jg at jguk dot org
2013-07-01 10:51 ` skannan at redhat dot com

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).