| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-01 | fixes #5319: add backface-visibility for webkit skewing | Mark Otto | 1 | -0/+1 |
| 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-04 | fixes #4885: correct use of skew in .skew() mixin for FF | Mark Otto | 1 | -1/+1 |
| 2012-09-03 | add comment to go with updated box-shadow mixin | Mark Otto | 1 | -0/+1 |
| 2012-09-03 | Merge pull request #4763 from Luis-TP/2.1.1-wip | Mark Otto | 1 | -8/+6 |
| 2012-08-27 | fixes #4741: undo previous version's attempt at firefox gradient changes and ... | Mark Otto | 1 | -1/+1 |
| 2012-08-27 | No longer need to write box-shadows in full when using lighten or other funct... | Luis Aleman | 1 | -4/+1 |
| 2012-08-27 | Changed box-shadow mixin to accept infinite, comma separated, shadows | Luis Aleman | 1 | -4/+5 |
| 2012-08-27 | add min-height: 1px; to .span* classes to prevent grid columns from collapsing | Mark Otto | 1 | -0/+1 |
| 2012-08-27 | fixes #4742: add default value to striped gradient | Mark Otto | 1 | -1/+1 |
| 2012-08-26 | Merge branch 'sparanoid-master' into 2.1.1-wip | Mark Otto | 1 | -0/+6 |
| 2012-08-26 | Add .transition-delay mixin | Tunghsiao Liu | 1 | -0/+6 |
| 2012-08-21 | fixes #4526: box-shadow on .radio and .checkbox if .control-group has a form ... | Mark Otto | 1 | -0/+4 |
| 2012-08-20 | fixes #4178: translate3d instead of translate | Mark Otto | 1 | -4/+4 |
| 2012-08-19 | fix static navbar container issues, clean up docs presentation by unfixing th... | Mark Otto | 1 | -0/+1 |
| 2012-08-14 | Merge pull request #4274 from Marmelatze/three-color-gradient | Mark Otto | 1 | -1/+1 |
| 2012-08-14 | navbar and dropdown fixes, for alignments and for ie7/8 dropdown hidden bugs ... | Mark Otto | 1 | -1/+2 |
| 2012-08-14 | compensate for ie7 button padding with no borders, fix indentation | Mark Otto | 1 | -1/+1 |
| 2012-08-03 | Fixes vertical-three-colors in Firefox | Florian Pfitzer | 1 | -1/+1 |
| 2012-08-01 | cut down on selectors on .formFieldState() mixin to origin input catchall | Mark Otto | 1 | -14/+1 |
| 2012-08-01 | fixes #4207: redeclare box-shadow on .formFieldState() mixin so transitions w... | Mark Otto | 1 | -2/+19 |
| 2012-08-01 | increase horizontal padding on inputs given new font-size | Mark Otto | 1 | -1/+1 |
| 2012-07-30 | fixes #3615: remove last-child hack for IE7 since IE7 doesn't support :last-c... | Mark Otto | 1 | -4/+0 |
| 2012-07-10 | fixes #3706: add textColor and textShadow as options to .buttonBackground mixin | Mark Otto | 1 | -3/+6 |
| 2012-07-09 | remove popoverarrows mixin, relegate code to tooltips and popvers since we on... | Mark Otto | 1 | -69/+1 |
| 2012-07-09 | fixes #3384: add support for multiple inputs per line when using grid sizing | Mark Otto | 1 | -0/+5 |
| 2012-07-09 | update comments after merging gradient change | Mark Otto | 1 | -3/+3 |
| 2012-07-09 | Merge pull request #3937 from codler/patch-4 | Mark Otto | 1 | -2/+2 |
| 2012-06-30 | Merge pull request #3976 from benvinegar/master | Mark Otto | 1 | -0/+3 |
| 2012-06-28 | standardize top level file comments | Mark Otto | 1 | -3/+3 |
| 2012-06-28 | use variablef or wells background-color, update docs for glyphicons license m... | Mark Otto | 1 | -10/+42 |
| 2012-06-26 | Update linear-gradient standard | Han Lin Yap | 1 | -2/+2 |
| 2012-06-25 | reverse the gradient on striped progress bars so it matches the active state ... | Mark Otto | 1 | -1/+1 |
| 2012-06-25 | Fix Opera .clearfix bug when using contenteditable | Ben Vinegar | 1 | -0/+3 |
| 2012-06-25 | Merge pull request #3856 from Calvein/patch-1 | Mark Otto | 1 | -13/+3 |
| 2012-06-20 | create vars for responsive grid values, fixed and fluid, and document them in... | Mark Otto | 1 | -2/+4 |
| 2012-06-20 | Merge branch '2.1.0-wip' of https://github.com/marcusds/bootstrap into 2.1.0-wip | Mark Otto | 1 | -1/+19 |
| 2012-06-20 | Merge branch 'EngineerGio-patch-1' into 2.1.0-wip | Mark Otto | 1 | -0/+40 |
| 2012-06-20 | reorder for t-r-b-l | Mark Otto | 1 | -14/+14 |
| 2012-06-21 | Added border-radius mixins to set single corner radius and single side border... | EngineerGio | 1 | -0/+40 |
| 2012-06-19 | remove unused container reset | Mark Otto | 1 | -3/+1 |
| 2012-06-15 | Remove useless ms prefixes | François Robichet | 1 | -13/+3 |
| 2012-06-11 | Proper spacing between offsets | Marcus Schwab | 1 | -3/+9 |
| 2012-06-07 | ajgon's fluid offsets working with first-child | Marcus Schwab | 1 | -1/+1 |
| 2012-06-07 | Added offsets for .row-fluid | Igor Rzegocki | 1 | -1/+13 |