How do you group buttons within different form tags together in Twitter\'s Bootstrap?
Right now what I get is:
If you'd rather not use scripting you can use hidden inputs (or any inline element, such as ) to create the proper first:child and last:child relationships:
Fiddle demo
In the latest versions of Bootstrap 2 I did have to add one bit of CSS override:
form.btn-group + form.btn-group {margin-left: -5px;}