| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-10-16 | few tweaks to responsive stuff, updated docs for grid system (still needs cop... | Mark Otto | 2 | -94/+85 |
| 2011-10-16 | update to responsive to fix new masthead | Mark Otto | 2 | -84/+39 |
| 2011-10-16 | updated docs to include quick links and twitter buttons, added updated bluepr... | Mark Otto | 3 | -33/+71 |
| 2011-10-16 | tweak the h2s again for better spacing, adjust docs, remove white bg if possi... | Mark Otto | 2 | -52/+104 |
| 2011-10-16 | tweak line-height of h2 and h3 to not be gihugeous, updated responsive to imp... | Mark Otto | 2 | -14/+13 |
| 2011-10-16 | tweak navbar styles for static version to not cause problems on responsive la... | Mark Otto | 1 | -68/+68 |
| 2011-10-16 | biiiiiig update coming for responsiveness | Mark Otto | 2 | -159/+127 |
| 2011-10-15 | updated index of docs to use html5 self closing tags, add responsive shell to... | Mark Otto | 1 | -11/+11 |
| 2011-10-12 | first pass at moving over the new tabs stuff to 2.0 | Mark Otto | 2 | -19/+166 |
| 2011-10-11 | remove new tab stuff since it breaks backwards compatability | Mark Otto | 2 | -163/+18 |
| 2011-10-11 | adding new tabble stuff, still a huge work in progress | Mark Otto | 2 | -36/+151 |
| 2011-10-11 | updated pills to include vertical (stacked) variation in patterns and documen... | Mark Otto | 1 | -4/+4 |
| 2011-10-11 | update navbar search form | Mark Otto | 2 | -8/+3 |
| 2011-10-11 | new navbar introduced to replace topbar | Mark Otto | 2 | -81/+77 |
| 2011-10-09 | start adding examples to docs for alternate tabs and pills | Mark Otto | 1 | -0/+33 |
| 2011-10-09 | new form state styles with lighter footprint | Mark Otto | 1 | -7/+0 |
| 2011-10-09 | add extra states to the form examples | Mark Otto | 1 | -4/+18 |
| 2011-10-09 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 1 | -12/+9 |
| 2011-10-09 | refactor fluid layout to be more specific to not interfere with modal content... | Mark Otto | 1 | -1/+1 |
| 2011-10-08 | remove select from docs form sizes | Mark Otto | 1 | -1/+0 |
| 2011-10-08 | remove select from the new form grid sizes and let them inherit the default g... | Mark Otto | 1 | -0/+1 |
| 2011-10-08 | fix problems with scope in tables when using th in tbody | Mark Otto | 1 | -0/+36 |
| 2011-10-07 | update docs to simplify first table example and introduce nested documentation | Mark Otto | 1 | -47/+31 |
| 2011-10-07 | resolve problem with nested tables having double borders | Mark Otto | 1 | -0/+47 |
| 2011-10-07 | For consistency, updated rendered 'pre' in docs to '<pre>' in the 'Presenting... | Silumesii Maboshe | 1 | -1/+1 |
| 2011-10-07 | Updated rendered '>html<' in docs to '<html>' in the 'Presenting code' section. | Silumesii Maboshe | 1 | -1/+1 |
| 2011-10-05 | get modal working with new data-attrs | Jacob Thornton | 1 | -12/+9 |
| 2011-10-04 | add dropdown tab selection support | Jacob Thornton | 1 | -0/+13 |
| 2011-10-04 | add selector option to alerts, update modal settings strategy | Jacob Thornton | 1 | -1/+20 |
| 2011-10-03 | make links in error messages not be blue, but instead match the text color an... | Mark Otto | 1 | -5/+5 |
| 2011-10-03 | make it so that checkboxes and radio options-list can have wrapping labels; n... | Mark Otto | 1 | -1/+1 |
| 2011-10-03 | resolve issue with form fields and errors causing no space between fields wit... | Mark Otto | 1 | -1/+8 |
| 2011-10-02 | preboot.less > variables.less in docs | Jacob Thornton | 1 | -3/+3 |
| 2011-09-29 | add note about making sure to include boostrap-twipsy before popover script | Jacob Thornton | 1 | -0/+1 |
| 2011-09-29 | Merge branch 'kasperp-tab-event' | Jacob Thornton | 1 | -0/+21 |
| 2011-09-29 | change event to use target and relatedTarget (which more closely resembles ac... | Jacob Thornton | 1 | -3/+4 |
| 2011-09-29 | changed event should be change event | Jacob Thornton | 1 | -2/+2 |
| 2011-09-29 | Merge branch 'tab-event' of https://github.com/kasperp/bootstrap into kasperp... | Jacob Thornton | 1 | -0/+20 |
| 2011-09-29 | adding button groups and toolbars like a boss | Mark Otto | 1 | -5/+80 |
| 2011-09-29 | remove that test gradient | Mark Otto | 1 | -3/+0 |
| 2011-09-29 | huge update to forms, docs for the new forms, added a new link for js example... | Mark Otto | 2 | -304/+181 |
| 2011-09-28 | initial idea for handling closing of modals from whatever element you want wi... | Mark Otto | 2 | -5/+5 |
| 2011-09-28 | pulling out more stuff and fixing file name at top of file | Mark Otto | 1 | -12/+6 |
| 2011-09-28 | Think the option is supposed to be 'keyboard' in the docs, not 'closeOnEsc'. | Pamela Fox | 1 | -1/+1 |
| 2011-09-21 | Fixes typos of "bootstrap" | Adam Bowen | 1 | -5/+5 |
| 2011-09-20 | Typo fix: "you're" to "your". | Nano | 1 | -1/+1 |
| 2011-09-18 | force reflow instead of relying on eventloop (firefox) | Jacob Thornton | 1 | -1/+1 |
| 2011-09-18 | Merge pull request #241 from asmega/javascript_docs_favicon | Jacob Thornton | 1 | -4/+4 |
| 2011-09-18 | fixing locations of favicon + apple icons | asmega | 1 | -4/+4 |
| 2011-09-18 | Added changed event to bootstrap-tabs.js | Kasper Bøgebjerg Pedersen | 1 | -0/+20 |