This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/addon/piwik/piwik.css
Tobias Diekershoff c3691b3331 Piwik plugin for Friendika
This plugin allows you to enter the code necessary for Piwik analytics
at the bottom of every page that Friendika produces. Displaying an opt-out
link is possible (optional). For details about the configuration the the
header of the PHP file.
2011-01-26 15:03:10 +01:00

9 lines
125 B
CSS

#piwik-optout-link {
padding: 100px 50px;
text-align: justify;
font-size: 0.85em;
}
#piwik-code-block {
display: none;
}