diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-07 23:03:55 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-07 23:03:55 +0200 |
commit | cf84ff334444c09269fd77cf06dac44828bc9bae (patch) | |
tree | 74506f8a2a220a35a4a2afeece0f26408a6e5f45 /view/css | |
parent | e419b2c18c246eb79c3261ba4255761724efd477 (diff) | |
download | volse-hubzilla-cf84ff334444c09269fd77cf06dac44828bc9bae.tar.gz volse-hubzilla-cf84ff334444c09269fd77cf06dac44828bc9bae.tar.bz2 volse-hubzilla-cf84ff334444c09269fd77cf06dac44828bc9bae.zip |
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
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 39c973c14..304e0f196 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -296,3 +296,9 @@ a.wall-item-name-link { .event-label { font-weight: bold; } + +/* bb-code */ + +.overline { + text-decoration: overline; +} |