| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-03-11 | fix overflow on .collapse.in to enable dropdowns within an open collapse | Mark Otto | 1 | -0/+1 |
| 2012-03-11 | enable button groups in modal-footer by removing 5px added margin between .btn | Mark Otto | 1 | -0/+3 |
| 2012-03-11 | fix vertical align issue with labels in IE9 | Mark Otto | 1 | -0/+1 |
| 2012-03-11 | add block level input mixin for border-box box-sizing | Mark Otto | 1 | -0/+13 |
| 2012-03-11 | remove text indent on carets (not needed) and add inline replacement mixin | Mark Otto | 1 | -0/+9 |
| 2012-03-11 | remove the unused text-indent on dropdown carets | Mark Otto | 1 | -3/+1 |
| 2012-03-11 | fix broken dropdowns in ie7 per #2333 | Mark Otto | 1 | -0/+2 |
| 2012-03-11 | fix lingering tables bug | Mark Otto | 1 | -0/+5 |
| 2012-03-11 | fix table border bug with double borders on theads and use of colgroup | Mark Otto | 1 | -8/+4 |
| 2012-03-11 | in responsive layouts <767px, ensure inputs are not larger than 100% with box... | Mark Otto | 1 | -0/+1 |
| 2012-03-11 | vertical align middle on images, run make to rebuild | Mark Otto | 1 | -0/+1 |
| 2012-03-10 | fix gradient mixins by escaping them, add notes on progress bars | Mark Otto | 1 | -16/+24 |
| 2012-03-10 | add vars for navbar search | Mark Otto | 1 | -1/+1 |
| 2012-03-10 | clean up search form in navbar, add new variable for placeholder text color | Mark Otto | 1 | -13/+6 |
| 2012-03-10 | massive update to customize page to include all the new variables (and ensure... | Mark Otto | 1 | -4/+6 |
| 2012-03-10 | make pre font-size a percentage of @baseFontSize | Mark Otto | 1 | -1/+1 |
| 2012-03-10 | Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip | Mark Otto | 1 | -261/+435 |
| 2012-03-10 | add button sizes to docs for button dropdowns, clean up styles for them | Mark Otto | 1 | -3/+20 |
| 2012-03-10 | make nav padding and negative margins the same | Mark Otto | 1 | -2/+2 |
| 2012-03-10 | stop doing oldschool escape substitution | Jacob Thornton | 1 | -24/+24 |
| 2012-03-10 | Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip | Jacob Thornton | 1 | -3/+15 |
| 2012-03-10 | Merge branch 'new_grid' into 2.0.2-wip | Jacob Thornton | 1 | -117/+93 |
| 2012-03-10 | rebold headings | Mark Otto | 1 | -1/+1 |
| 2012-03-10 | fix the font-family var by using inherit instead of empty string, fix font-we... | Mark Otto | 1 | -2/+2 |
| 2012-03-10 | clear up nav variables | Mark Otto | 1 | -2/+3 |
| 2012-03-08 | give pages custom titles based on names | Jacob Thornton | 1 | -159/+358 |
| 2012-03-06 | adding well sizes | Mark Otto | 1 | -0/+12 |
| 2012-03-05 | move padding from container to body for max-width: 767; responsive layout | Mark Otto | 1 | -0/+5 |
| 2012-03-05 | fix input grid sizing, fix background color on form actions and append add-ons | Mark Otto | 1 | -14/+14 |
| 2012-03-05 | clearing up progress bar docs and resetting the striped one to match default ... | Mark Otto | 1 | -1/+1 |
| 2012-03-05 | adding table variables | Mark Otto | 1 | -5/+6 |
| 2012-03-05 | Merge branch 'charettes-small-button-dropdowns-caret' into 2.0.2-wip | Mark Otto | 1 | -3/+3 |
| 2012-03-05 | change dropdown hover/active color back to link color | Mark Otto | 1 | -1/+1 |
| 2012-03-05 | increase specifity of .pills li.active for dropdowns | Mark Otto | 1 | -2/+2 |
| 2012-03-05 | fix warning button issue per #2392 and add warning buttons to components | Mark Otto | 1 | -0/+1 |
| 2012-03-05 | clean up horizontal dl option and docs | Mark Otto | 1 | -0/+10 |
| 2012-03-05 | fix ie7 breadcrumbs per #2224 | Mark Otto | 1 | -0/+4 |
| 2012-03-05 | utilize new dropdown variables | Mark Otto | 1 | -2/+2 |
| 2012-03-05 | add a ton new variables for type, buttons, inputs | Mark Otto | 1 | -20/+40 |
| 2012-03-04 | make sure to pass child var through | Jacob Thornton | 1 | -44/+44 |
| 2012-03-04 | new approach to grid with recursive mixins :D | Jacob Thornton | 1 | -118/+118 |
| 2012-02-27 | fix navbar container for default 940px grid per #2194 | Mark Otto | 1 | -0/+3 |
| 2012-02-27 | set line-height for labels to prevent change in height when floated per #2222 | Mark Otto | 1 | -1/+2 |
| 2012-02-27 | set list-style to none for breadcrumbs to resolve cross browser issues per #2224 | Mark Otto | 1 | -0/+1 |
| 2012-02-27 | make .input-prepend/append .add-on text color the same as labels, #333, to cl... | Mark Otto | 1 | -1/+0 |
| 2012-02-27 | simplify selector for .modal-form per #2218 | Mark Otto | 1 | -1/+1 |
| 2012-02-27 | add guard for child spans | Jacob Thornton | 1 | -48/+48 |
| 2012-02-27 | working through new grid implementation... | Jacob Thornton | 1 | -167/+363 |
| 2012-02-22 | update modal footers to use text-align instead of float on buttons for alignment | Mark Otto | 1 | -2/+2 |
| 2012-02-22 | add clearfix to .form-actions for .pull-right and .pull-left supported button... | Mark Otto | 1 | -0/+8 |