Change Bootstrap carousel dot indicators to squares
css, twitter-bootstrap-3
Solution
Set the `border-radius` to `0` on `.carousel-indicators li`
Problem
I need to change the little dot indicators on a Bootstrap 3 carousel to squares. Any ideas are appreciated.