mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Added [indent]
BBCode tag (#1375)
* Added `[indent]` BBCode tag * Update CHANGELOG.md * Update main.php * Update posting_editor.tpl
This commit is contained in:
parent
73eedb5c65
commit
a716283be0
5 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
* ---------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue