emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [ox-html, patch] trim contents on list-items


From: Nicolas Goaziou
Subject: Re: [O] [ox-html, patch] trim contents on list-items
Date: Sat, 20 Dec 2014 22:52:49 +0100

Hello,

Rasmus <address@hidden> writes:

> I use CSS to make inlined lists in html:
>
>      #text-sec ul {margin: 0; padding: 0; list-style: none;}
>      #text-sec li {display: inline;}
>      #text-sec li:after {content: ", ";}
>      #text-sec li:last-child:after {content: "";}
>
> However, since (list-)items are formatted like
>
>     <li>whatever
>     </li>
>
> CSS adds a spurious space in front of my comma...  Anybody feel strongly
> in favor of keeping this newline?  Or can I push this patch?

FWIW, I think you can apply it.

Regards,

-- 
Nicolas Goaziou



reply via email to

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