From 2cd932630eec2fcfaf65a1d2046c21f7fab36e9e Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Fri, 3 Apr 2020 10:28:24 +0200 Subject: [PATCH] no border for mentions --- themes/xsfx/static/css/xsfx.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/xsfx/static/css/xsfx.css b/themes/xsfx/static/css/xsfx.css index 8dae787..7cd7ef8 100644 --- a/themes/xsfx/static/css/xsfx.css +++ b/themes/xsfx/static/css/xsfx.css @@ -227,3 +227,7 @@ section.p-summary { article.h-entry section#mentions table { margin-left: 0px; } + +.u-comment > td { + border: 0px; +}