diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-05-15 11:59:20 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-05-15 13:50:01 +0200 |
commit | 98d89dc95df348df33c811456d9cb3c825c3ba51 (patch) | |
tree | 681655e2fb8f202177c8295ea6a73180fa5baede | |
parent | cbbba1429fcf42870e8e3bd286bf9e61e06e9ba6 (diff) |
[cp] Hide 'Please support us!' button
Change-Id: I003b30b6b47e1323f4ef2a504ed72585561a386f
-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 24bd72ad2d..2c493049f8 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -586,6 +586,7 @@ li.disabled a { max-width: 200px; color: #ffffff; text-decoration: none; + display: none; /* Collabora */ } .donation a { color: white; |