Created by: alienlebarge
When a well contains a paragraph or an element with a margin, this causes an unpleasant effect. We feel that the content of the well is not centered.
<div class="well">
<p>Some text</p>
</div>
This code sets to 0
the margin of the last element of the <div class="well">...</div>
.