diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-05-15 11:59:20 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-03-09 10:16:10 +0100 |
commit | 215af7494ccc9a84d3e178a8a64e1593ab4765fa (patch) | |
tree | 042554863a7812cefd40cf084a2236f71f3a3d4d /help3xsl | |
parent | bcb92aa0e92746a5108fa0c453233addf126f4d7 (diff) |
[cp] Hide 'Please support us!' button
Change-Id: I003b30b6b47e1323f4ef2a504ed72585561a386f
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 6ad464e6ef..0161c1e526 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -586,6 +586,7 @@ li.disabled a { margin: auto; max-width: 200px; color: #ffffff; + display: none; /* Collabora */ } .donation:hover { background: linear-gradient(90deg, #1c71d8 0%, #30c877 100%); |