Large button
<button class="btn btn-large" type="button">Large button</button>
<button class="btn btn-large btn-primary" type="button">Large button</button>
<button class="btn btn-large btn-info" type="button">Large button</button>
<button class="btn btn-large btn-success" type="button">Large button</button>
<button class="btn btn-large btn-warning" type="button">Large button</button>
<button class="btn btn-large btn-danger" type="button">Large button</button>
<button class="btn btn-large btn-inverse" type="button">Large button</button>
Button
<button class="btn" type="button">Button</button>
<button class="btn btn-primary" type="button">Button</button>
<button class="btn btn-info" type="button">Button</button>
<button class="btn btn-success" type="button">Button</button>
<button class="btn btn-warning" type="button">Button</button>
<button class="btn btn-danger" type="button">Button</button>
<button class="btn btn-inverse" type="button">Button</button>
Small button
<button class="btn btn-small" type="button">Small button</button>
<button class="btn btn-small btn-primary" type="button">Small button</button>
<button class="btn btn-small btn-info" type="button">Small button</button>
<button class="btn btn-small btn-success" type="button">Small button</button>
<button class="btn btn-small btn-warning" type="button">Small button</button>
<button class="btn btn-small btn-danger" type="button">Small button</button>
<button class="btn btn-small btn-inverse" type="button">Small button</button>
Mini button
<button class="btn btn-mini" type="button">Mini button</button>
<button class="..