byuweb / HTML-Templates

Development for BYU responsive theme
http://byuweb.github.io/HTML-Templates/
9 stars 9 forks source link

slider left arrow not appearing with svg #90

Open ScienceNFaith opened 10 years ago

ScienceNFaith commented 10 years ago

The left arrow of the main slider does not appear. This is easily fixed if I change line 1581 of responsive.css from .svg .anythingSlider .arrow:after { background-image: url("../img/slider-nav.svg"); } to .svg .anythingSlider .arrow:after { background-image: url("../img/slider-nav.png"); }