Line 82: | Line 82: | ||
} | } | ||
} | } | ||
− | + | .arrow-right { | |
+ | -ms-transform: rotate(90deg); /* IE 9 */ | ||
+ | -webkit-transform: rotate(90deg); /* Safari 3-8 */ | ||
+ | transform: rotate(90deg); | ||
+ | } | ||
+ | .arrow-left{ | ||
+ | -ms-transform: rotate(270deg); /* IE 9 */ | ||
+ | -webkit-transform: rotate(270deg); /* Safari 3-8 */ | ||
+ | transform: rotate(270deg); | ||
+ | } | ||
.arrowdown { | .arrowdown { | ||
Line 240: | Line 249: | ||
<!-- Left and right controls --> | <!-- Left and right controls --> | ||
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"> | <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"> | ||
− | <div class="arrow-left"> | + | <div class="arrow-left"><img src="https://static.igem.org/mediawiki/2018/0/0d/T--BGU_Israel--team_arrow_dark.png"></img></img> |
<span class="sr-only">Previous</span> | <span class="sr-only">Previous</span> | ||
</a> | </a> | ||
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"> | <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"> | ||
− | <div class="arrow-right"> | + | <div class="arrow-right"><img src="https://static.igem.org/mediawiki/2018/0/0d/T--BGU_Israel--team_arrow_dark.png"></img></div> |
</a> | </a> | ||
</div> | </div> |
Revision as of 15:13, 11 October 2018