bbcode fixes

This commit is contained in:
flash 2016-10-07 21:50:55 +02:00
parent f75d792216
commit 80d73d130f
2 changed files with 3 additions and 2 deletions

View file

@ -25,5 +25,5 @@ class Link extends TagBase
* The string to replace it with. * The string to replace it with.
* @var string * @var string
*/ */
public static $replace = "<a href='$1' class='bbcode_link'>$1</a>"; public static $replace = "<a href='$1' class='bbcode__link'>$1</a>";
} }

View file

@ -19,7 +19,7 @@
background: #000; background: #000;
&:hover { &:hover {
background: #888; background: #AAA;
} }
} }
@ -36,6 +36,7 @@
border-right: 1px solid #9475b2; border-right: 1px solid #9475b2;
background: #B697d4; background: #B697d4;
padding-left: .5em; padding-left: .5em;
display: block;
} }
} }