From 21ae3348b93982fc4789a1a351d3784b52851396 Mon Sep 17 00:00:00 2001 From: Paolo Date: Mon, 14 Oct 2013 20:54:19 +0200 Subject: [PATCH] Inline mentions dot underlined --- WebKit/css/default.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WebKit/css/default.css b/WebKit/css/default.css index 8f2050b..2d314ec 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -397,10 +397,7 @@ li.mentioned .post { .name { font-weight: bold; -} - -.name + .name:before { - content: ", "; + border-bottom: 1px dotted ; } .message {