icon spacing inside buttons
Created by: waynebrantley
When icons are included in elements like this: https://github.com/twitter/bootstrap/issues/1822
The icon is too close to the text. Consider adding a class to pad these. I put this in my css and it seemed to work.
button.btn > i { padding-left: 3px; }