</div>
</div> <!-- /clearfix -->
<div class="actions">
- <button type="submit" class="btn primary">Save Changes</button>
- <button type="reset" class="btn">Cancel</button>
+ <button type="submit" class="btn primary">Save Changes</button> <button type="reset" class="btn">Cancel</button>
</div>
</fieldset>
</form>
</div> <!-- /clearfix -->
</fieldset>
<div class="actions">
- <button type="submit" class="btn primary">Save Changes</button>
- <button type="reset" class="btn">Cancel</button>
+ <button type="submit" class="btn primary">Save Changes</button> <button type="reset" class="btn">Cancel</button>
</div>
</form>
</div>
<p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code><a></code>, <code><button></code>, and select <code><input></code> elements. Here’s how it looks:</p>
<div class="well" style="padding: 14px 19px;">
<form>
- <button type="submit" class="btn primary">Submit</button>
- <button type="submit" class="btn">Cancel</button>
+ <button type="submit" class="btn primary">Submit</button> <button type="submit" class="btn">Cancel</button>
</form>
</div>
<h3>Alternate sizes</h3>