What\'s an easy (and clean) way to move Bootstrap 3\'s carousel indicators down and outside of the slide container so it\'s not overlayed on the photos? See image below on where
You can set border to 0px like this:
0px
.carousel-indicators li{ border: 0px; }