From edb2c6ec161435d8a49fcc50e162e623e7e35ee8 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 15 May 2020 11:59:20 +0200 Subject: [cp] Hide 'Please support us!' button Change-Id: I003b30b6b47e1323f4ef2a504ed72585561a386f --- help3xsl/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/help3xsl/default.css b/help3xsl/default.css index 257521c2db..d09fe0f60e 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -584,6 +584,7 @@ li.disabled a { margin: auto; max-width: 200px; color: #ffffff; + display: none; /* Collabora */ } .donation:hover { background: linear-gradient(90deg, #1c71d8 0%, #30c877 100%); -- cgit