From 5175e33e31a45035ad4162aef3c342a277a26894 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Mon, 27 Aug 2018 12:17:25 +0200 Subject: Theming: Only Entity in footer if a url is set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #10024 Signed-off-by: Julius Härtl --- core/css/guest.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/css/guest.css b/core/css/guest.css index 5f4eaefe80a..fc926688c44 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -746,7 +746,7 @@ footer { margin-top: auto; } -footer .info a { +footer .info .entity-name { font-weight: 600; } -- cgit v1.2.3