in reply to Setting font size for reading nodes

You could probably use custom CSS (an option provided for under User Settings), but barring that, the best advice I can give is to at least set the "Large Code Font" setting (found under User Settings). I've found that without this option set, the code, especially in inline followups, is way too small for me.


Dave

  • Comment on Re: Setting font size for reading nodes

Replies are listed 'Best First'.
Re: Re: Setting font size for reading nodes
by ggg (Scribe) on Jun 01, 2004 at 05:01 UTC
    Thanks for the suggestion, davido, but it doesn't seen to change anything - not even stuff in "code" tags. >sigh<
    ggg

      the visible root node is in a td of class main_content.

      the replies are in table tags inside that same td.

      This CSS will do the trick
      td.main_content, td.main_content table { font-size: 14px; }

      He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.

      Chady | http://chady.net/
        I presume your code goes into an external style sheet rather than "On-Site CSS Markup"?

        Do you know whether th On-Site code or the external stylesheet will take precedence?