Added [indent] BBCode tag (#1375)

* Added `[indent]` BBCode tag

* Update CHANGELOG.md

* Update main.php

* Update posting_editor.tpl
This commit is contained in:
Roman Kelesidis 2024-02-02 21:31:29 +07:00 committed by GitHub
commit a716283be0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 1 deletions

View file

@ -380,6 +380,10 @@ a.gen, a.med, a.genmed, a.small, a.gensmall {
padding: 0 8px 1px;
}
.post-indent {
margin-left: 2em;
}
/* ---------------------------------- *
Code blocks
* ---------------------------------- */