Added [box] BBCode tag (#1368)

* Added `[box]` BBCode tag

* Update CHANGELOG.md

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-02-01 14:43:05 +07:00 committed by GitHub
commit 7323f5cd34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 21 additions and 1 deletions

View file

@ -366,6 +366,20 @@ a.gen, a.med, a.genmed, a.small, a.gensmall {
text-decoration: line-through;
}
.post-box-default {
display: inline-block;
vertical-align: top;
}
.post-box {
display: inline-block;
border: 1px solid #a7b4ba;
border-radius: 3px;
line-height: 150%;
margin: 1px 5px;
padding: 0 8px 1px;
}
/* ---------------------------------- *
Code blocks
* ---------------------------------- */