Skip to content

Commit

Permalink
Update slick.css
Browse files Browse the repository at this point in the history
Remove unneeded -moz-box-sizing. Fixes kenwheeler#1121
  • Loading branch information
coliff committed Jan 19, 2016
1 parent f8b090a commit 6e450d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions slick/slick.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
position: relative;

display: block;

-moz-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;

-webkit-user-select: none;
-moz-user-select: none;
Expand Down Expand Up @@ -116,4 +114,4 @@
}
.slick-arrow.slick-hidden {
display: none;
}
}

0 comments on commit 6e450d1

Please sign in to comment.