Image extends beyond the parent in Twitter Bootstrap in spite of `img-responsive`
Twitter's documentation states that "Images in Bootstrap 3 can be made responsive-friendly via the addition of the .img-responsive class. This applies max-width: 100%;, height: auto; and display: block; to the image so that it scales nicely to the parent element."…