Skip to content

Commit

Permalink
Merge pull request najlepsiwebdesigner#48 from dsandstrom/fix-arrows-…
Browse files Browse the repository at this point in the history
…for-fa

Fixed Font Awesome icons for left/right
  • Loading branch information
najlepsiwebdesigner committed May 24, 2014
2 parents ffcad4c + 372977e commit 6a95939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/js/foundation-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1026,9 +1026,9 @@
},
headTemplate: '<thead>'+
'<tr>'+
'<th class="prev"><i class="fi-arrow-left"/></th>'+
'<th class="prev"><i class="fa fa-chevron-left fi-arrow-left"/></th>'+
'<th colspan="5" class="date-switch"></th>'+
'<th class="next"><i class="fi-arrow-right"/></th>'+
'<th class="next"><i class="fa fa-chevron-right fi-arrow-right"/></th>'+
'</tr>'+
'</thead>',
contTemplate: '<tbody><tr><td colspan="7"></td></tr></tbody>',
Expand Down

0 comments on commit 6a95939

Please sign in to comment.