update Piwik to version 2.16 (fixes #91)

This commit is contained in:
oliver 2016-04-10 18:55:57 +02:00
commit d885a4baa9
5833 changed files with 418860 additions and 226988 deletions

View file

@ -1,8 +1,8 @@
title: v0.4.0 documentation
title: v0.5.0 documentation
link_to_home: true
--
<h2 skip="true">Documentation v0.4.0</h2>
<h2 skip="true">Documentation v0.5.0</h2>
<div style="margin-bottom: 1em;">$index</div>
@ -270,7 +270,7 @@ Any block can be mixed in just by naming it:
h1 {
font-size: 200px;
.mixin;
.mymixin;
}
```
@ -900,7 +900,7 @@ function that let's you unquote any value. It is called `e`.
See [String Unquoting](#string_unquoting)
* `floor(number)` -- returns the floor of a numerical input
* `round(number)` -- returns the rounded value of numerical input
* `round(number, [precision])` -- returns the rounded value of numerical input with optional precision
* `lighten(color, percent)` -- lightens `color` by `percent` and returns it
* `darken(color, percent)` -- darkens `color` by `percent` and returns it
@ -1271,7 +1271,7 @@ In this example, `@import "colors";` will look for either
```
`addImportDir` will append a single path to the import search path instead of
overwritting the whole thing.
overwriting the whole thing.
```php
$less->addImportDir("public/stylesheets");