Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion angular-chart.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
list-style-type: none;
margin-top: 5px;
text-align: center;
/* NOTE: Browsers automatically add 40px of padding-left to all lists, so we should offset that, otherwise the legend is off-center */
-webkit-padding-start:0; /* Webkit */
-moz-padding-start:0; /* Mozilla */
padding-left:0; /* IE (handles all cases, really, but we should also include the vendor-specific properties just to be safe) */

li {
display: inline-block;
Expand All @@ -23,4 +27,4 @@
border-radius: 5px;
}
}
}
}