org setupfile: add text alignment

This commit is contained in:
xfnw 2023-02-18 18:44:48 -05:00
parent 0ca93cc667
commit 103a07a930
1 changed files with 3 additions and 1 deletions

View File

@ -167,9 +167,11 @@ Included via ~#+SETUPFILE:~ in notes meant to be exported to ~HTML~
#+HTML_HEAD: .FIXME,.fixme { background-color: #bb1111; }
#+HTML_HEAD: }
*** org-center (#+begin_center)
*** org-center (#+begin_center) and text alignment
#+HTML_HEAD: .org-center { text-align:center; }
#+HTML_HEAD: .org-left { text-align:left; }
#+HTML_HEAD: .org-right { text-align:right; }
*** table stuff