Skip to content

Commit

Permalink
Remove day-cell border css (no effect)
Browse files Browse the repository at this point in the history
And close font-family declaration with ;
  • Loading branch information
peterdesmet committed Jan 20, 2017
1 parent 2123596 commit fca0e9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/calendar-heatmap.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ text.month-name,
text.calendar-heatmap-legend-text,
text.day-initial {
font-size: 10px;
font-family: Helvetica, arial, 'Open Sans', sans-serif
}
.day-cell {
border: 1px solid gray;
fill: inherit;
font-family: Helvetica, arial, 'Open Sans', sans-serif;
}
rect.day-cell:hover {
stroke: #555555;
Expand Down

0 comments on commit fca0e9f

Please sign in to comment.