From cf84ff334444c09269fd77cf06dac44828bc9bae Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 7 Apr 2016 23:03:55 +0200 Subject: 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 --- view/css/conversation.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view/css') 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; +} -- cgit v1.2.3