diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-07-02 01:07:14 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-07-02 01:07:14 -0600 |
| commit | bdb210da85ce2deb61a6e6b4fd2a6dac65e35d36 (patch) | |
| tree | 3c6e740c92f65beec95f287bfdead9ec561cc4a7 /docs | |
| parent | 22e56c348f9144f2798ca3c5e8475e4ed2ff4449 (diff) | |
shorten text-alignment attribute to text-align and add test
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/theming-guide.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/theming-guide.adoc b/docs/theming-guide.adoc index 81e09875..b6f12b74 100644 --- a/docs/theming-guide.adoc +++ b/docs/theming-guide.adoc @@ -3738,9 +3738,9 @@ These settings override equivalent keys defined in the theme file, where applica |flag (default: _not set_) |:pdfmark: -|text-alignment^[7]^ +|text-align^[7]^ |<<text-alignments,Text alignment>> -|:text-alignment: left +|:text-align: left |title-logo-image |path^[2]^ {vbar} image macro^[3]^ @@ -3767,7 +3767,7 @@ To disable the background for a side, use the value `none`. . Controls whether the `page-number` attribute is accessible to the running header and footer content specified in the theme file. Use the `noheader` and `nofooter` attributes to disable the running header and footer, respectively, from the document. . Enables generation of the http://milan.kupcevic.net/ghostscript-ps-pdf/#marks[pdfmark] file, which contains metadata that is fed to Ghostscript when optimizing the PDF file. -. _(Experimental)_ The `text-alignment` document attribute is intended as a simple way to toggle text justification. +. _(Experimental)_ The `text-align` document attribute is intended as a simple way to toggle text justification. The value of this attribute overrides the `base-align` key set by the theme. For more fine-grained control, you should customize using the theme. . Force a title page to be added even when the doctype is not book. |
