| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-03-05 | fix input grid sizing, fix background color on form actions and append add-ons | Mark Otto | 2 | -38/+38 |
| 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 | 2 | -132/+132 |
| 2012-03-04 | new approach to grid with recursive mixins :D | Jacob Thornton | 2 | -352/+352 |
| 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 | 2 | -144/+144 |
| 2012-02-27 | working through new grid implementation... | Jacob Thornton | 2 | -231/+495 |
| 2012-02-24 | add version to docs homepage, fix docs example for forms | Mark Otto | 1 | -0/+3 |
| 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 |
| 2012-02-22 | fix #1954: icons in tabs add jank border | Mark Otto | 1 | -2/+3 |
| 2012-02-22 | restore fixed navbar container reset to grid mixin, add override for inputs w... | Mark Otto | 2 | -39/+48 |
| 2012-02-22 | Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip | Mark Otto | 2 | -426/+3 |
| 2012-02-22 | tighten padding on labels and badges given default line-height | Mark Otto | 1 | -6/+6 |
| 2012-02-21 | Merge branch '2.0.2-wip' of https://github.com/twitter/bootstrap into 2.0.2-wip | Jacob Thornton | 1 | -13/+53 |
| 2012-02-21 | rewrite the grid system. Clean shit up tons - only generate 12 columns by def... | Jacob Thornton | 2 | -423/+0 |
| 2012-02-21 | set width to auto for default navbar container, then override it later for fi... | Mark Otto | 2 | -3/+6 |
| 2012-02-21 | clear up table styles and docs to fix rowspan and colspan issues for bordered... | Mark Otto | 1 | -4/+3 |
| 2012-02-21 | clean up and simplify support for bottom navbar by automagically turning drop... | Mark Otto | 1 | -4/+4 |
| 2012-02-21 | Merge branch '2.0/fork/components/dropup' of https://github.com/buraktuyan/bo... | Mark Otto | 1 | -6/+38 |
| 2012-02-21 | add support and docs for .navbar-fixed-bottom | Mark Otto | 1 | -3/+9 |
| 2012-02-21 | move container up in default grid mixin | Mark Otto | 2 | -9/+9 |
| 2012-02-21 | move table columns mixin to mixins.less | Mark Otto | 2 | -0/+492 |
| 2012-02-21 | update forms help-block | Mark Otto | 1 | -4/+8 |
| 2012-02-21 | Merge branch '2.0.2-wip-nowrapfix' of https://github.com/andriijas/bootstrap ... | Mark Otto | 1 | -1/+8 |
| 2012-02-21 | adding responsive utility classes and matching docs section with super neato ... | Mark Otto | 2 | -0/+110 |
| 2012-02-21 | Bring back nowrap to labels and badges | Andreas Cederström | 1 | -0/+2 |
| 2012-02-20 | adding basic badges support | Mark Otto | 1 | -0/+45 |
| 2012-02-20 | introduce new mixin to do navbar vertical centering | Mark Otto | 1 | -4/+6 |
| 2012-02-20 | update inline forms to resolve checkbox label with space in it and overlappin... | Mark Otto | 1 | -0/+9 |
| 2012-02-20 | remove max-width on img from reset and put in docs only, per #1552 | Mark Otto | 2 | -3/+1 |
| 2012-02-20 | fix overflow issue on tabbed content per #2079 | Mark Otto | 1 | -1/+1 |
| 2012-02-20 | remake after merging buttons update | Mark Otto | 1 | -2/+2 |
| 2012-02-20 | add horizontal divider support to nav list, including documentation for it, p... | Mark Otto | 1 | -1/+10 |
| 2012-02-19 | enable use of span in place of a for .disabled in pagination, per #1406 | Mark Otto | 1 | -1/+2 |
| 2012-02-19 | move overflow and max-height on modal to modal-body instead | Mark Otto | 1 | -2/+2 |
| 2012-02-19 | add new global styles docs section for mentioning doctype requirements, base ... | Mark Otto | 1 | -1/+1 |