[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] html export using html5 elements and bootstrap framework
From: |
Rasmus |
Subject: |
Re: [O] html export using html5 elements and bootstrap framework |
Date: |
Sat, 03 Jan 2015 22:25:58 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Hi,
RC <address@hidden> writes:
> I can use #+ATTR_HTML to include bootstrap specific classes for tables,
> etc but I have been unable to find a way to add a desired class to the
> <ul> for the TOC, or change the default outline-N and outline-text-N
> classes for headings and contents, respectively. It may be possible to
> alias bootstrap classes using a CSS preprocessor.
At the moment you can't add extra classes to lists (patch welcomed).
However, you can add CUSTOM_HEADERs to your sections and do stuff like
this:
#text-my-sec li {display: inline;}
#text-my-sec li:after {content: ", ";}
#text-my-sec li:last-child:after {content: "";}
I don't know what bootstrap is though, so I don't know if it helps.
—Rasmus
--
To err is human. To screw up 10⁶ times per second, you need a computer
Re: [O] html export using html5 elements and bootstrap framework, Bill White, 2015/01/06