Add a chart showing all events in admin stats
Not sure it's useful, but it makes the main admin stats page a bit more interesting.
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
.stats-event-links {
|
||||
@include header-font-size(h3);
|
||||
font-weight: bold;
|
||||
list-style-type: none;
|
||||
margin-#{$global-left}: 0;
|
||||
margin-top: $line-height;
|
||||
|
||||
ul {
|
||||
@include header-font-size(h3);
|
||||
font-weight: bold;
|
||||
list-style-type: none;
|
||||
margin-#{$global-left}: 0;
|
||||
|
||||
* + * {
|
||||
margin-top: $line-height;
|
||||
}
|
||||
* + * {
|
||||
margin-top: $line-height;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user