translate the most common bbcodes to their *real name*. finally we should probably use an array for each bbcode containing the bbcode the real name and possibly a template for use as a peview in the dropdown

This commit is contained in:
Mario Vavti
2016-04-07 23:03:55 +02:00
parent e419b2c18c
commit cf84ff3344
2 changed files with 19 additions and 1 deletions

View File

@@ -296,3 +296,9 @@ a.wall-item-name-link {
.event-label {
font-weight: bold;
}
/* bb-code */
.overline {
text-decoration: overline;
}