I\'m working in (formerly Twitter) Bootstrap 2 and I wanted to style buttons as though they were normal links. Not just any normal links, though; these are going in a
In bootstrap 3, this works well for me:
.btn-link.btn-anchor { outline: none !important; padding: 0; border: 0; vertical-align: baseline; }
Used like:
My Button
Demo