| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 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 | 1 | -13/+16 |
| 2012-02-22 | Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip | Mark Otto | 1 | -142/+1 |
| 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 | 1 | -141/+0 |
| 2012-02-21 | set width to auto for default navbar container, then override it later for fi... | Mark Otto | 1 | -1/+4 |
| 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 | 1 | -3/+3 |
| 2012-02-21 | move table columns mixin to mixins.less | Mark Otto | 1 | -0/+204 |
| 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 | 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 | 1 | -1/+0 |
| 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 |
| 2012-02-19 | Merge branch 'andriijas-2.0.1-wip' into 2.0.2-wip | Mark Otto | 1 | -11/+17 |
| 2012-02-19 | Merge branch 'abbr' of https://github.com/jacobrask/bootstrap into jacobrask-... | Mark Otto | 1 | -3/+5 |
| 2012-02-19 | Merge branch 'alert-headers' of https://github.com/jacobrask/bootstrap into j... | Mark Otto | 1 | -11/+3 |
| 2012-02-19 | Merge branch 'gridcontainer' of https://github.com/jacobrask/bootstrap into j... | Mark Otto | 1 | -2/+4 |
| 2012-02-19 | Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip | Mark Otto | 1 | -1/+0 |
| 2012-02-19 | simplify text color in navbar by placing the color on global .navbar component | Mark Otto | 1 | -5/+3 |
| 2012-02-19 | Remove underscore hack for IE6 | Jacob Rask | 1 | -1/+0 |
| 2012-02-19 | Separate span12 and container classes | Jacob Rask | 1 | -2/+4 |
| 2012-02-19 | Use inherit on alert-heading color | Jacob Rask | 1 | -11/+3 |
| 2012-02-19 | Add class for upper case abbreviations, aka initialisms | Jacob Rask | 1 | -0/+4 |
| 2012-02-19 | Only show help cursor/border for abbr with title | Jacob Rask | 1 | -1/+1 |
| 2012-02-19 | All abbreviations are not upper case initialisms | Jacob Rask | 1 | -2/+0 |
| 2012-02-18 | fix right aligned dropdowns | Mark Otto | 1 | -4/+4 |
| 2012-02-17 | removing duplicate reset filter since we changed the main button to use butto... | Mark Otto | 1 | -1/+0 |
| 2012-02-17 | fix duplicate input prepend/append css selectors per #2026 | Mark Otto | 1 | -3/+3 |