mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added BBCode Acronym tag (#1419)
* Added BBCode Acronym tag * Update CHANGELOG.md * Update BBCode.php
This commit is contained in:
parent
d82c974a90
commit
77fa47b5ce
5 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
* ---------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue