aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/carousel.html')
-rw-r--r--docs/examples/carousel.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html
index 0958103fc..328fe5a1e 100644
--- a/docs/examples/carousel.html
+++ b/docs/examples/carousel.html
@@ -68,7 +68,7 @@
- /* CUSTOMIZE THE NAVBAR
+ /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
@@ -88,6 +88,7 @@
text-shadow: 0 1px 1px rgba(0,0,0,.4);
background-color: transparent;
border: 0;
+ z-index: 10;
}
.carousel .item {
@@ -417,7 +418,7 @@
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
- <p>&copy; 2012 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
+ <p>&copy; 2013 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
</footer>
</div><!-- /.container -->
@@ -448,5 +449,6 @@
})
}(window.jQuery)
</script>
+ <script src="../assets/js/holder/holder.js"></script>
</body>
</html>