Added BBCode Acronym tag (#1419)

* Added BBCode Acronym tag

* Update CHANGELOG.md

* Update BBCode.php
This commit is contained in:
Roman Kelesidis 2024-03-04 23:21:01 +07:00 committed by GitHub
commit 77fa47b5ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 0 deletions

View file

@ -384,6 +384,14 @@ a.gen, a.med, a.genmed, a.small, a.gensmall {
margin-left: 2em;
}
.post-acronym {
text-decoration: none;
border-bottom: 1px dashed green;
cursor: help;
color: darkgreen;
display: inline-block;
}
/* ---------------------------------- *
Code blocks
* ---------------------------------- */