| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-03-12 | remove commented out width | Jacob Thornton | 1 | -1/+0 |
| 2012-03-11 | rewrite the fluid grid mixin to be simpler, per #2370 | Mark Otto | 1 | -1/+2 |
| 2012-03-11 | Merge branch 'luk3thomas-popover_arrow_colors' into 2.0.2-wip | Mark Otto | 1 | -8/+8 |
| 2012-03-11 | add block level input mixin for border-box box-sizing | Mark Otto | 1 | -1/+12 |
| 2012-03-11 | remove text indent on carets (not needed) and add inline replacement mixin | Mark Otto | 1 | -1/+8 |
| 2012-03-11 | fix overflowing thumbnails in responsive <767px layouts | Mark Otto | 1 | -0/+15 |
| 2012-03-11 | in responsive layouts <767px, ensure inputs are not larger than 100% with box... | Mark Otto | 1 | -0/+1 |
| 2012-03-10 | fix gradient mixins by escaping them, add notes on progress bars | Mark Otto | 1 | -3/+3 |
| 2012-03-10 | stop doing oldschool escape substitution | Jacob Thornton | 1 | -5/+5 |
| 2012-03-10 | Merge branch 'new_grid' into 2.0.2-wip | Jacob Thornton | 1 | -53/+37 |
| 2012-03-08 | added ability to set custom colors for popover arrow mixin | Luke Thomas | 1 | -8/+8 |
| 2012-03-05 | fix input grid sizing, fix background color on form actions and append add-ons | Mark Otto | 1 | -12/+12 |
| 2012-03-04 | true > child + varargs | Jacob Thornton | 1 | -6/+6 |
| 2012-03-04 | make sure to pass child var through | Jacob Thornton | 1 | -3/+3 |
| 2012-03-04 | when > 0 rather than when not 0 | Jacob Thornton | 1 | -3/+3 |
| 2012-03-04 | new approach to grid with recursive mixins :D | Jacob Thornton | 1 | -233/+25 |
| 2012-02-27 | fix navbar container for default 940px grid per #2194 | Mark Otto | 1 | -1/+1 |
| 2012-02-27 | add guard for child spans | Jacob Thornton | 1 | -72/+97 |
| 2012-02-27 | working through new grid implementation... | Jacob Thornton | 1 | -55/+217 |
| 2012-02-22 | restore fixed navbar container reset to grid mixin, add override for inputs w... | Mark Otto | 1 | -51/+55 |
| 2012-02-21 | Merge branch '2.0.2-wip' of https://github.com/twitter/bootstrap into 2.0.2-wip | Jacob Thornton | 1 | -1/+1 |
| 2012-02-21 | rewrite the grid system. Clean shit up tons - only generate 12 columns by def... | Jacob Thornton | 1 | -210/+126 |
| 2012-02-21 | set width to auto for default navbar container, then override it later for fi... | Mark Otto | 1 | -2/+7 |
| 2012-02-21 | move container up in default grid mixin | Mark Otto | 1 | -2/+4 |
| 2012-02-21 | move table columns mixin to mixins.less | Mark Otto | 1 | -0/+9 |
| 2012-02-21 | added .span[13-24] and .offset[12-23] to support up to 24-columns layout | Emanuele Gaspari | 1 | -0/+50 |
| 2012-02-20 | introduce new mixin to do navbar vertical centering | Mark Otto | 1 | -3/+11 |
| 2012-02-20 | add horizontal divider support to nav list, including documentation for it, p... | Mark Otto | 1 | -6/+24 |
| 2012-02-19 | Merge branch 'gridcontainer' of https://github.com/jacobrask/bootstrap into j... | Mark Otto | 1 | -3/+2 |
| 2012-02-19 | Separate span12 and container classes | Jacob Rask | 1 | -3/+2 |
| 2012-02-19 | Add Opera-prefixed radial gradient | Jacob Rask | 1 | -1/+1 |
| 2012-02-16 | change clearfix mixin to drop parens that prevent it from being a class, too | Mark Otto | 1 | -1/+1 |
| 2012-02-16 | fix buttons focus state and swap a buttons for button buttons | Mark Otto | 1 | -1/+1 |
| 2012-02-12 | adding makeRow and makeColumn mixins for generating more semantic layouts | Mark Otto | 1 | -0/+13 |
| 2012-02-12 | clear up scaffolding page to separate fixed from fluid grid systems | Mark Otto | 1 | -14/+14 |
| 2012-02-07 | move formfieldstate mixin to mixins.less for #1785 | Mark Otto | 1 | -2/+33 |
| 2012-02-06 | rearrange order of 3d and skew mixins: | Mark Otto | 1 | -7/+7 |
| 2012-02-06 | Merge branch 'tobaco-master' into 2.0.1-wip | Mark Otto | 1 | -6/+6 |
| 2012-02-06 | Removed double declaration of Skew | Torsten Baldes | 1 | -6/+6 |
| 2012-02-05 | add mixin for text-overflow | Mark Otto | 1 | -0/+9 |
| 2012-01-30 | adding warning (orange) button, fix responsive navbar problem | Mark Otto | 1 | -2/+2 |
| 2012-01-30 | add skew mixin | Mark Otto | 1 | -1/+14 |
| 2012-01-30 | overhaul grid mixins and variables, standardize fluid grid system and enable ... | Mark Otto | 1 | -12/+122 |
| 2012-01-29 | move vars and mixins for default grid back to appropriate files | Mark Otto | 1 | -0/+15 |
| 2012-01-29 | last minute addition of a simple fluid grid for our fluid examples; it needs ... | Mark Otto | 1 | -20/+1 |
| 2012-01-28 | restore IE filters, but reset them on buttons | Mark Otto | 1 | -0/+8 |
| 2012-01-28 | update mixins to fix radial gradient | Mark Otto | 1 | -5/+5 |
| 2012-01-28 | nav, buttons, and docs updates to account for outline: 0; on :active | Mark Otto | 1 | -4/+0 |
| 2012-01-27 | combined .disabled and [disabled] and confirmed in ie7/8 | Mark Otto | 1 | -6/+1 |
| 2012-01-27 | new tab focus style and mixin | Mark Otto | 1 | -3/+17 |