What\'s the best way to add vertical whitespace using Twitter\'s Bootstrap?
For example, let\'s say that I am creating a landing page and would like a bit (100px) o
There is nothing more DRY than
.btn { margin-bottom:5px; }