Skip to content

Commit

Permalink
Merge pull request woocommerce#1145 from woothemes/revert-988-patch-1
Browse files Browse the repository at this point in the history
Revert "Fix no/before js load issue when using custom selector"
  • Loading branch information
Tyler Smith committed Jun 26, 2014
2 parents ad11048 + bc495f6 commit 9885dcf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flexslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > * {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

Expand All @@ -47,7 +47,9 @@ html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
.slides > *:first-child {display: block;}
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
Expand Down

0 comments on commit 9885dcf

Please sign in to comment.