emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Rasmus
Subject: [O] [ox-html, patch] trim contents on list-items
Date: Tue, 16 Dec 2014 13:56:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hi,

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?

—Rasmus

-- 
C is for Cookie

Attachment: 0001-ox-html.el-Trim-list-items.patch
Description: Text Data


reply via email to

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