Skip to content

Commit

Permalink
Merge pull request woocommerce#998 from dulldave/patch-1
Browse files Browse the repository at this point in the history
Flexslider.css Firefox negative margin bug - could probably be updated to micro clearfix.
  • Loading branch information
Tyler Smith committed Jun 26, 2014
2 parents b7178d9 + 844db1f commit fe54140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

Expand Down

0 comments on commit fe54140

Please sign in to comment.