mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added [box]
BBCode tag (#1368)
* Added `[box]` BBCode tag * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
parent
c82147a4a0
commit
7323f5cd34
5 changed files with 21 additions and 1 deletions
|
@ -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
|
||||
* ---------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue