Org html: add missing org-center class

This commit is contained in:
TEC 2021-01-07 15:31:33 +08:00
parent e7a09d5cbe
commit a308ff2757
Signed by: tec
GPG Key ID: 779591AFDB81F06C
2 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,8 @@ td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
div.org-center { text-align: center; }
// custom org acronym element
span.acr {

View File

@ -2367,6 +2367,9 @@ td.org-left {
td.org-center {
text-align: center; }
div.org-center {
text-align: center; }
span.acr {
font-variant-caps: all-small-caps;
letter-spacing: 0.1em; }