mtmse / epub3-css

MTM stylesheet(s) for EPUB 3
2 stars 0 forks source link

Add styling for span.linenum #16

Open martinpub opened 1 year ago

martinpub commented 1 year ago

Currently span.linenums are unstyled. Add styling for these.

lindheli commented 6 months ago

suggestion, I can add this:

span.linenum{ position: absolute; margin-left:-3em; font-weight: normal; }

@oscarlcarlsson