update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -0,0 +1,37 @@
|
|||
#topApiRef {
|
||||
color: #95AECB;
|
||||
}
|
||||
|
||||
.section-toggler-link {
|
||||
font-size: .8em;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.section-toggler-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.metricEvolution {
|
||||
display: inline-block;
|
||||
font-size: 9pt;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.metricEvolution > .positive-evolution {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.metricEvolution > .negative-evolution {
|
||||
color: #e02a3b;
|
||||
}
|
||||
|
||||
.reportsByDimensionView > .entityList {
|
||||
float: left;
|
||||
width: 220px;
|
||||
min-height: 450px;
|
||||
}
|
||||
|
||||
.dimensionCategory {
|
||||
margin-top: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue