| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-01-17 | Simplify and bring back the grid mixin for generating spans and offsets | Mark Otto | 1 | -63/+20 |
| 2013-01-16 | More navbar derping | Mark Otto | 1 | -1/+2 |
| 2013-01-15 | mobile-first navs, navbar, grids, and type | Mark Otto | 1 | -1/+1 |
| 2013-01-13 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -0/+6 |
| 2012-12-28 | Add transition-duration mixin | Tunghsiao Liu | 1 | -0/+6 |
| 2012-12-26 | Simplify form validation states while enabling them to be applied to one fiel... | Mark Otto | 1 | -23/+5 |
| 2012-12-26 | Drop .input-block-level modifier as inputs are already width: 100%; | Mark Otto | 1 | -8/+0 |
| 2012-12-19 | Holy shit, buttons, button states, and input states updated | Mark Otto | 1 | -2/+5 |
| 2012-12-19 | Merge branch '3.0.0-wip' of https://github.com/cvrebert/bootstrap into cvrebe... | Mark Otto | 1 | -1/+1 |
| 2012-12-19 | Unfuck the fucked gradient with it's fucked mix() of background colors; nuke ... | Mark Otto | 1 | -24/+1 |
| 2012-12-19 | More button tweaks | Mark Otto | 1 | -4/+33 |
| 2012-12-19 | overhaul buttons | Mark Otto | 1 | -14/+6 |
| 2012-12-19 | Update clearfix mixin and class per @necolas's feedback | Mark Otto | 1 | -16/+14 |
| 2012-12-09 | fixes #5605: style as disabled all form controls & btns under a disabled fiel... | Chris Rebert | 1 | -1/+1 |
| 2012-12-05 | Merge branch '2.2.2-wip' into 3.0.0-wip | Mark Otto | 1 | -15/+15 |
| 2012-12-02 | Revert vertical gradient spec to 'to bottom' as 'top' doesn't work in IE10 | Mark Otto | 1 | -1/+1 |
| 2012-12-01 | remove single corner border-radius mixins | Mark Otto | 1 | -31/+9 |
| 2012-11-30 | grid vars updated | Mark Otto | 1 | -20/+20 |
| 2012-11-30 | navbar vars | Mark Otto | 1 | -1/+1 |
| 2012-11-30 | more vars changed | Mark Otto | 1 | -1/+1 |
| 2012-11-30 | more vars changed, remove @white var | Mark Otto | 1 | -1/+1 |
| 2012-11-30 | more consistent variable naming patterns | Mark Otto | 1 | -5/+5 |
| 2012-11-30 | Part 1 of unCamelCasing variables | Mark Otto | 1 | -16/+16 |
| 2012-11-30 | Inputs now 100% width by default | Mark Otto | 1 | -3/+4 |
| 2012-11-30 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -1/+1 |
| 2012-11-28 | Fixes #5935: Updated vertical gradient mixin | Mark Otto | 1 | -1/+1 |
| 2012-11-22 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -1/+1 |
| 2012-11-16 | Fixes #5912: User correct selector for form field states. | Mark Otto | 1 | -1/+1 |
| 2012-11-04 | Fixes #5596: switch vars in .size mixin | Mark Otto | 1 | -1/+1 |
| 2012-10-01 | Merge branch '2.1.2-wip' into exploratory | Mark Otto | 1 | -0/+1 |
| 2012-10-01 | fixes #5319: add backface-visibility for webkit skewing | Mark Otto | 1 | -0/+1 |
| 2012-10-01 | reset input and button heights with updated padding | Mark Otto | 1 | -2/+0 |
| 2012-09-30 | remove table grid sizing, it can use the new default grid columns instead | Mark Otto | 1 | -7/+0 |
| 2012-09-30 | remove gradientbar mixin | Mark Otto | 1 | -11/+6 |
| 2012-09-30 | remove more ie7 css hacks | Mark Otto | 1 | -1/+0 |
| 2012-09-30 | remove -moz-box-shadow from .box-shadow() mixin, but keep -webkit since that'... | Mark Otto | 1 | -2/+1 |
| 2012-09-30 | remove .border-radius mixin and replace with standard border-radius property,... | Mark Otto | 1 | -8/+0 |
| 2012-09-30 | add comment for filter opacity browser requirements | Mark Otto | 1 | -2/+1 |
| 2012-09-30 | remove translucent bg mixin | Mark Otto | 1 | -11/+0 |
| 2012-09-26 | move mixins that generate css to utilities.less with different class names, b... | Mark Otto | 1 | -3/+3 |
| 2012-09-25 | remove ie7 support from mixins | Mark Otto | 1 | -35/+2 |
| 2012-09-25 | Merge branch '2.1.2-wip' into box-sizing-exercise | Mark Otto | 1 | -11/+9 |
| 2012-09-25 | headway, cleanup, and tests | Mark Otto | 1 | -41/+35 |
| 2012-09-20 | fixes #5127: add @inputHeight to replace static instances of '30px' throughou... | Mark Otto | 1 | -1/+1 |
| 2012-09-20 | fixes #5211 manually: spacing in mixins to match others | Mark Otto | 1 | -2/+2 |
| 2012-09-17 | fixes #5039: properly set .row-fluid margins for .controls-row | Mark Otto | 1 | -0/+5 |
| 2012-09-12 | use local var for a few other .box-shadow mixins to fix CSS not compiling | Mark Otto | 1 | -1/+2 |
| 2012-09-12 | add space | Mark Otto | 1 | -1/+1 |
| 2012-09-12 | revert the js evaluation in .box-shadow mixin, fix last mixin usages to escap... | Mark Otto | 1 | -7/+5 |
| 2012-09-10 | more tests and experiments | Mark Otto | 1 | -1/+13 |