I am using the latest version of Twitter Bootstrap on a project. I have regular anchors styled as buttons, alongside form submit buttons in an unordered list.
However, for some reason, the submit button seems to off by a pixel or two.
See http://jsfiddle.net/Bk97z/1/ for an example of what I am referring to. Note how the middle button is lower than the other two.
I couldn’t see anything out of the ordinary when inspecting in firebug. Am I doing something wrong, or is this a bug in the framework?
Use
display: inline-blockinstead, and addvertical-align: top.http://jsfiddle.net/thirtydot/Bk97z/5/