Update to Bootstrap 3.1.1

This commit is contained in:
Ben Word
2014-02-13 16:23:15 -06:00
parent e88cf58d45
commit fa6b8eced0
55 changed files with 182 additions and 154 deletions

6
assets/less/bootstrap/button-groups.less Normal file → Executable file
View File

@@ -96,9 +96,9 @@
//
// Remix the default button sizing classes into new ones for easier manipulation.
.btn-group-xs > .btn { .btn-xs(); }
.btn-group-sm > .btn { .btn-sm(); }
.btn-group-lg > .btn { .btn-lg(); }
.btn-group-xs > .btn { &:extend(.btn-xs); }
.btn-group-sm > .btn { &:extend(.btn-sm); }
.btn-group-lg > .btn { &:extend(.btn-lg); }
// Split button dropdowns