emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ELPA] CSS improvements


From: Stefan Monnier
Subject: Re: [ELPA] CSS improvements
Date: Sun, 11 Sep 2022 17:27:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]