all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuri Khan <yuri.v.khan@gmail.com>
To: Kaushal Modi <kaushal.modi@gmail.com>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: How to fix the code block fonts for mobile rendered manual web pages?
Date: Wed, 21 Oct 2015 08:53:07 +0600	[thread overview]
Message-ID: <CAP_d_8UuwBGuJQG=TbSe57h=uRfBju6WhRU9TfgKApK=E8+2dg@mail.gmail.com> (raw)
In-Reply-To: <CAFyQvY1p0icdOZa2fzNqSvqaihwGww7t78_KFyEfh9gfk2av=g@mail.gmail.com>

Please do not top-post.

On Wed, Oct 21, 2015 at 5:55 AM, Kaushal Modi <kaushal.modi@gmail.com> wrote:
> I was curious if there was something like CSS code in the emacs
> documentation that would be able to control the code block fonts.. Just as
> you can attach CSS to org->html exports.

I see nothing in the CSS that would make the font size of code blocks
smaller than that of body text.

What does your smartphone browser do to a simple unstyled HTML page,
like the one below?

<!DOCTYPE html>
<html>
<head><title>Test</title></head>
<body>
<p>Lorem ipsum dolor sit amet</p>
<pre><code>consectetur adipisci elit</code></pre>
</body>
</html>



  reply	other threads:[~2015-10-21  2:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-20 20:12 How to fix the code block fonts for mobile rendered manual web pages? Kaushal Modi
2015-10-20 23:48 ` John Wiegley
2015-10-20 23:55   ` Kaushal Modi
2015-10-21  2:53     ` Yuri Khan [this message]
2015-10-21  3:47       ` Kaushal Modi
2015-10-21  3:52         ` Kaushal Modi
2015-10-21  4:21           ` Kaushal Modi
2015-10-21  4:26         ` David Kastrup
2015-10-21  3:51       ` Random832

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAP_d_8UuwBGuJQG=TbSe57h=uRfBju6WhRU9TfgKApK=E8+2dg@mail.gmail.com' \
    --to=yuri.v.khan@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=kaushal.modi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.