From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kaushal Modi Newsgroups: gmane.emacs.devel Subject: Re: How to fix the code block fonts for mobile rendered manual web pages? Date: Wed, 21 Oct 2015 00:21:00 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b33956db732d7052295b460 X-Trace: ger.gmane.org 1445401282 32475 80.91.229.3 (21 Oct 2015 04:21:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Oct 2015 04:21:22 +0000 (UTC) Cc: Emacs developers To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 21 06:21:10 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zoktf-0002jH-9b for ged-emacs-devel@m.gmane.org; Wed, 21 Oct 2015 06:21:07 +0200 Original-Received: from localhost ([::1]:49233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zokte-0003W0-6u for ged-emacs-devel@m.gmane.org; Wed, 21 Oct 2015 00:21:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zokta-0003Vu-Jr for emacs-devel@gnu.org; Wed, 21 Oct 2015 00:21:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoktZ-0005tG-L6 for emacs-devel@gnu.org; Wed, 21 Oct 2015 00:21:02 -0400 Original-Received: from mail-ob0-x236.google.com ([2607:f8b0:4003:c01::236]:33391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoktZ-0005t8-GL for emacs-devel@gnu.org; Wed, 21 Oct 2015 00:21:01 -0400 Original-Received: by obbwb3 with SMTP id wb3so31787403obb.0 for ; Tue, 20 Oct 2015 21:21:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tmyQTCqNnxScmkFTmrIGLC5zTNh1C3J/EYSS7MtxEpM=; b=d7p3VAOeQ4ytxv+CH0y0NEPkoF5VxYMN3bfv1PqeErnOfzhGQqOZAMwFqC2X6CyCyj +181XH0FUUFwis8Ujnw9aFwtnXVHP/R25r7Bl65CYKK/V2qnujCtlY421OASiBbpbYd8 W3CtWI3J/P/q3PZETe19ceC1Uz3byUGjq98KCu8TlPHLfD3Q6bkcG44Srmj9xau+tufO +0dkfVN1BL/hPtncKDhc4Bo32V2U9qWRRSw1L0Pj3CPLhlJOKaB+n7+ufIW/ZCeKmNvB r0N4gfNL21YJsCKmWNTamPc/xxnHkeSOzXLcxFrOureRWJDFGNRgrgyAOmR+miwx9Ifn rrwA== X-Received: by 10.60.144.138 with SMTP id sm10mr4785978oeb.56.1445401260924; Tue, 20 Oct 2015 21:21:00 -0700 (PDT) Original-Received: by 10.202.44.8 with HTTP; Tue, 20 Oct 2015 21:21:00 -0700 (PDT) Original-Received: by 10.202.44.8 with HTTP; Tue, 20 Oct 2015 21:21:00 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::236 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192261 Archived-At: --047d7b33956db732d7052295b460 Content-Type: text/plain; charset=UTF-8 It looks like "smallexample" class is used for all? code blocks in the manual. We also have an emacs specific manual.css: https://www.gnu.org/software/emacs/manual.css I also quickly looked through https://www.gnu.org/combo.css and https://www.gnu.org/layout.css but didn't find anything related to "smallexample". But I don't know enough css to say how the smallexample class should be formatted so that it looks good on any browser/screen. Hopefully someone with a know-how on this topic can chime in. --047d7b33956db732d7052295b460 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

It looks like "smallexample" class is used for all= ? code blocks in the manual.

We also have an emacs specific manual.css: https://www.gnu.org/software/emacs= /manual.css

I also quickly looked through https://www.gnu.org/combo.css and https://www.gnu.org/layout.css but didn't find an= ything related to "smallexample".

But I don't know enough css to say how the smallexample = class should be formatted so that it looks good on any browser/screen. Hope= fully someone with a know-how on this topic can chime in.

--047d7b33956db732d7052295b460--