I am now using Twitter Bootstrap 3 RC2 as well as Twitter Bootstrap which has moved into a separate repository. I have noticed, if used in a button with text the icon is no
Problem: Glyph icon was 2 px too high above the button text. Fixed it as follows using examples here. Thank you (Alastair Maw).
I managed to get mine working as follows:
HTML
Update Your Credit Card and Billing Information
CSS
#panelTopic .glyph_Credit { vertical-align: middle; display: inline-block; padding-bottom:6px; }