unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Adam Porter <adam@alphapapa.net>
Cc: Philip Kaludercic <philipk@posteo.net>,
	emacs-devel <emacs-devel@gnu.org>
Subject: Re: [ELPA] CSS improvements
Date: Sun, 11 Sep 2022 17:27:38 -0400	[thread overview]
Message-ID: <jwv1qshboe9.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <c1cce9ee-2e53-d675-1f44-73e3ff3a69e0@alphapapa.net> (Adam Porter's message of "Sun, 11 Sep 2022 15:09:53 -0500")

> diff --git a/html/layout.css b/html/layout.css
> index 48f9aa5fc7..59d88a3bec 100644
> --- a/html/layout.css
> +++ b/html/layout.css
> @@ -127,7 +127,7 @@ pre .kw {
>  }
>  
>  p {
> -  margin-bottom: 2em;
> +  margin: 1em 0 1em 0;
>  }
>  
>  p.centered {
> -- 
> 2.34.0

Hmm... this patch seems like it's the same as the one I already installed.

> diff --git a/html/layout.css b/html/layout.css
> index 59d88a3bec..f7fd276900 100644
> --- a/html/layout.css
> +++ b/html/layout.css
> @@ -90,8 +90,17 @@ h2 {
>  
>  h3 {
>    font-size: 1.5em;
> +  font-weight: bold;
>    margin: 1.2em 0px;
>  }
> +h4 {
> +  margin: 1em 0px;
> +  text-decoration: underline;
> +}
> +h5 {
> +  margin: 1em 0px;
> +  font-style: italic;
> +}
>  
>  a {
>    color: #c73a6c;

An this one seems to also be based on the old version of the file.
Furthermore it still uses underline for h4 rather than bold, AFAICT.

I pushed what I think you intended to send instead :-)


        Stefan




  reply	other threads:[~2022-09-11 21:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-11 13:38 [ELPA] CSS improvements Adam Porter
2022-09-11 14:06 ` Stefan Monnier
2022-09-11 14:22 ` Philip Kaludercic
2022-09-11 14:55   ` Stefan Monnier
2022-09-11 15:04     ` Philip Kaludercic
2022-09-11 20:09       ` Adam Porter
2022-09-11 21:27         ` Stefan Monnier [this message]
2022-09-12  8:30           ` Adam Porter

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=jwv1qshboe9.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=adam@alphapapa.net \
    --cc=emacs-devel@gnu.org \
    --cc=philipk@posteo.net \
    /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 public inbox

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

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