| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-01-28 | comment for progress bars firefox keyframes | Mark Otto | 1 | -0/+1 |
| 2012-01-28 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 3 | -20/+47 |
| 2012-01-28 | fix tabs-below typo | Mark Otto | 2 | -2/+2 |
| 2012-01-28 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 10 | -118/+106 |
| 2012-01-28 | typahead does case insensitive matching with simple sorter + accepts highligh... | Jacob Thornton | 4 | -21/+48 |
| 2012-01-28 | restore IE filters, but reset them on buttons | Mark Otto | 2 | -0/+24 |
| 2012-01-28 | add checkbox/radio border for ios in responsive | Mark Otto | 4 | -4/+11 |
| 2012-01-28 | fix border and border radius on radios/checkboxes for iOS, fix forms docs ali... | Mark Otto | 5 | -59/+11 |
| 2012-01-28 | reset border-radius only for ie9? | Mark Otto | 2 | -4/+2 |
| 2012-01-28 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 7 | -38/+29 |
| 2012-01-28 | darken buttons, uncomment out firefox keyframes from progress bars | Mark Otto | 5 | -54/+61 |
| 2012-01-28 | add trailing ; | Jacob Thornton | 1 | -4/+4 |
| 2012-01-28 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 7 | -25/+44 |
| 2012-01-28 | fix z-index issue with modals for popovers,tooltips,and dropdowns | Jacob Thornton | 7 | -38/+29 |
| 2012-01-28 | update mixins to fix radial gradient | Mark Otto | 1 | -5/+5 |
| 2012-01-28 | increase padding on modal-header after decreasing h3 line-height | Mark Otto | 2 | -3/+3 |
| 2012-01-28 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 13 | -29/+44 |
| 2012-01-28 | nav, buttons, and docs updates to account for outline: 0; on :active | Mark Otto | 6 | -17/+36 |
| 2012-01-28 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 1 | -1/+0 |
| 2012-01-28 | clean up js api for dropdowns | Jacob Thornton | 2 | -3/+5 |
| 2012-01-28 | Merge pull request #1339 from lookfirst/nodebug | Jacob Thornton | 1 | -1/+0 |
| 2012-01-28 | no debugger | Jon Stevens | 1 | -1/+0 |
| 2012-01-28 | remove js for table sorts | Jacob Thornton | 1 | -6/+0 |
| 2012-01-28 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 2 | -172/+371 |
| 2012-01-28 | all unit tests passing in ie7 | Jacob Thornton | 10 | -19/+39 |
| 2012-01-28 | updated upgrading page | Mark Otto | 2 | -172/+371 |
| 2012-01-28 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 6 | -13/+32 |
| 2012-01-28 | clean up application js a bit | Jacob Thornton | 1 | -155/+136 |
| 2012-01-28 | change text on js docs page to improve rendering on iphone, update responsive... | Mark Otto | 5 | -5/+13 |
| 2012-01-28 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 4 | -277/+191 |
| 2012-01-28 | modal refinements in docs and general responsiveness | Mark Otto | 5 | -8/+19 |
| 2012-01-28 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 7 | -95/+101 |
| 2012-01-28 | remove quick start section to simplify landing page + start rewriting applica... | Jacob Thornton | 4 | -277/+191 |
| 2012-01-28 | remove fixed width from labels table | Mark Otto | 2 | -2/+2 |
| 2012-01-28 | extend block level smalls to h2s in docs | Mark Otto | 1 | -5/+4 |
| 2012-01-28 | block level page-header h1 small for readability on 480px and under | Mark Otto | 2 | -0/+10 |
| 2012-01-28 | scope subnav link styles to first child, and no dropdowns | Mark Otto | 1 | -1/+1 |
| 2012-01-28 | drop span2-4 on form examples to 1-3 | Mark Otto | 2 | -2/+2 |
| 2012-01-28 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 1 | -4/+4 |
| 2012-01-28 | rewrite the code section of the type docs | Mark Otto | 3 | -85/+82 |
| 2012-01-28 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 2 | -0/+11 |
| 2012-01-28 | fix failing typeahead tests | Jacob Thornton | 1 | -4/+4 |
| 2012-01-27 | give append/prepend inputs higher z-index on focus | Mark Otto | 2 | -0/+11 |
| 2012-01-27 | call attention to notices in js docs more | Mark Otto | 2 | -32/+74 |
| 2012-01-27 | fix regression in textarea shadows | Mark Otto | 2 | -1/+3 |
| 2012-01-27 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 6 | -15/+95 |
| 2012-01-27 | adding wells and close icon to the docs under misc in components, with a new ... | Mark Otto | 5 | -234/+355 |
| 2012-01-27 | move the matcher and sorter into the options - encourage people to override t... | Jacob Thornton | 3 | -11/+44 |
| 2012-01-27 | add toggle to docs for popover/tooltip | Jacob Thornton | 3 | -1/+13 |
| 2012-01-27 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 5 | -3/+32 |