On Sun, Mar 13, 2016 at 11:50 PM, Dan Allen <[email protected]> wrote: > > On Mon, Mar 14, 2016 at 12:09 AM, Britton Kerin <[email protected]> > wrote: >> >> Could it be brought up to speed for asciidoctor as an >> option? I could try to do this if there's interest. > > > I sure could. Just generate and look for things that stopped working. > > I'll share a file I was maintaining for a while that had additions to > asciidoc.css that Asciidoctor needed. > > #toc > ol { padding-left: 0; } > #toc ol { list-style-type: none; } > > pre.highlight { border: none; background-color: #F8F8F8; } > pre.highlight code, pre.highlight pre { color: #333; } > pre.highlight span.line-numbers { display: inline-block; margin-right: 4px; > padding: 1px 4px; } > pre.highlight .line-numbers { background-color: #D5F6F6; color: gray; } > pre.highlight .line-numbers pre { color: gray; } > > pre code { background-color: #F8F8F8; padding: 0; } > > Again, pretty minor.
Well I got as far as adding all these line to my copy of asciidoc.css. I just put them all at the bottom. Nothing stopped working for me. Unfortunately, it looks like css is complex enough that my total ignorance of it make it non-obvious where this stuff should logically go in the file. I don't have any other documents to make at the moment, so I'm not well equipped to determine what else might fail either. For these reasons, I'm not able to do anything useful towards the inclusion of asciidoc.css with asciidoctor at present, though I still think it would be nice to have in, even if for no other reason than continuity for people making the switch from asciidoc. Britton > > -Dan > > > -- > Dan Allen | @mojavelinux | http://google.com/profiles/dan.j.allen > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/asciidoc. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
