Remove owl carousel related settings from the files. Fixes #3.

This commit is contained in:
Arpad Csanyi
2016-03-15 23:01:07 +01:00
parent fc9150081d
commit 5e56dc81b5
3 changed files with 1 additions and 18 deletions

4
app.js
View File

@@ -53,10 +53,6 @@ $(function() {
$(this).toggleClass('fa-star-o');
});
$("#owl-example").owlCarousel({
items: 1
});
$('.sidebar__level-1', '.sidebar__level-1--item').on('click', function() {
$(this).parents('.sidebar__level-1--item').find('ul').slideToggle();
$(this).find('.fa-chevron-down, .fa-chevron-up').toggleClass('fa-chevron-down fa-chevron-up')

View File

@@ -46,7 +46,7 @@
</div>
</div>
<div class="col-xs-12">
<div id="owl-example" class="owl-carousel owl-theme">
<div class="keyboard-slider">
<div class="item col-xs-12 uhk__layer-wrapper uhk__layer-wrapper--base">
<img src="./images/base-layer.svg" class="uhk uhk--base-layer" alt="">
</div>

View File

@@ -193,16 +193,3 @@ ul {
}
}
}
// BOF: These styles will be deleted when removing OWL carousel.
.owl-carousel {
max-width: 991px;
margin: auto;
}
.owl-carousel .item img {
display: block;
width: 100%;
height: auto;
}
// EOF: These styles will be deleted when removing OWL carousel.