Skip to content

Commit

Permalink
Merge branch 'hotfix/0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
DKirwan committed Aug 20, 2016
2 parents 2ff0831 + 58b5764 commit 0af538e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendar-heatmap",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://github.com/DKirwan/calendar-heatmap",
"description": "A d3.js heatmap representing time series data. Inspired by Github's contribution chart",
"authors": [
Expand Down
3 changes: 3 additions & 0 deletions src/calendar-heatmap.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ rect.day-cell:hover {
.day-cell-tooltip > span {
font-family: Helvetica, arial, 'Open Sans', sans-serif
}
.calendar-heatmap {
box-sizing: initial;
}

0 comments on commit 0af538e

Please sign in to comment.