On 09/09/12 11:54, Miki Tebeka wrote:
> Hello,
>
> I'm writing an asciidoc slidy presentation and using slidy as backend.
> My problem is that the line numbers are "too close" to the code (see
> http://i.imgur.com/zTC9w.png).
>
> I'd like to have a vertical line between the line numbers and the code.
> How can I do it?
Add something like this to pygments.css or a custom CSS stylesheet:
.linenodiv {
border-right: 4px solid #e8e8e8;
padding-right: 5px;
margin-right: 5px;
}
Cheers, Stuart
> I *guess* by adding a custom stylesheet somewhere, but where? (I tried
> adding -a /path/to/stylesheet argument, but I didn't see any changes in
> the output HTML).
>
>
> Thanks,
> --
> Miki
>
> --
> You received this message because you are subscribed to the Google
> Groups "asciidoc" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/asciidoc/-/ji52F5bfnKUJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/asciidoc?hl=en.
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.