Thanks. Would it be enough to insert the following code into the
"docbook-xsl.css" file? This is the modification I made to the asciidoc.css
file to render the text as expected (changing the padding and width of the
border for example blocks).
div.exampleblock > div.content {
border-left: 0px solid #dddddd;
padding-left: 2.5em;
}
On Monday, May 9, 2016 at 5:24:34 PM UTC-7, Lex Trotman wrote:
>
> Hi,
>
> Chunked html is generated by having asciidoc produce docbook and then
> use the docbook xsl to transform that to chunked html.
>
> So the css for all xsl generated html is "docbook-xsl.css"
>
> On 10 May 2016 at 10:07, Wes C <[email protected] <javascript:>>
> wrote:
> > Hi. I was previously experimenting with the asciidoc.css file to change
> how
> > example blocks are rendered when outputting the source code as html. I
> was
> > able to get it to do what I wanted, however, I currently need to modify
> the
> > correct stylesheet so that the same change is rendered with chunked
> pages.
> >
> > Sorry for the newbie question. Just trying to identify the correct
> > stylesheet that I need to modify.
> >
> > --
> > 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] <javascript:>.
> > To post to this group, send email to [email protected]
> <javascript:>.
> > 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.