Skip to content

Commit

Permalink
Add css list-style:none for ChartJs ul.line-legend
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Mar 29, 2016
1 parent 9b26364 commit 5f60ceb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/views/server/_traffic_consumption.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
* @var array $labels
* @var array $data
*/

$this->registerCss('
ul.line-legend {
list-style: none;
margin: 0;
padding: 0;
}
');
?>

<div class="row traffic-consumption-chart-wrapper">
Expand Down

0 comments on commit 5f60ceb

Please sign in to comment.