1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-12 22:15:55 +00:00
Clone
2
Formatting Tricks
Tyson of the Northwest edited this page 2017-03-18 05:46:19 -07:00

Force an indent (#334)

Add this to your <style> setup:

<style>tab { padding-left:2em; }</style>

Then just put a where you want it to indent, and when you want that to end, like so:

<tab>The adventure starts with the group walking through [Redacted] in order to reach their destination of [Redacted].</tab>

You can alternately exchange '2em' with 'Zpx', where 'Z' equals the number of pixels you want to indent for very fine control.

Remove the Page Number bar decoration (#326)

<style>#p1::after{display :none}</style>