I am building a form in Twitter Bootstrap but I\'m having issues with centering the button below the input in the form. I have already tried applying the center-block<
center-block<
add to your style:
display: table; margin: 0 auto;