| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-10-04 | remake | Jacob Thornton | 2 | -3/+3 | |
| 2011-10-04 | Merge branch 'master' of github.com:twitter/bootstrap | Jacob Thornton | 4 | -13/+18 | |
| 2011-10-04 | add selector option to alerts, update modal settings strategy | Jacob Thornton | 4 | -10/+34 | |
| 2011-10-04 | fixing multi select on chromium ubuntu by setting background color explicitly | Mark Otto | 3 | -2/+4 | |
| 2011-10-04 | fixing multi select on chromium ubuntu by setting background color explicitly | Mark Otto | 3 | -2/+4 | |
| 2011-10-04 | merging master which has the label fix | Mark Otto | 3 | -5/+5 | |
| 2011-10-04 | Merge branch 'master' into dev | Mark Otto | 3 | -1/+3 | |
| 2011-10-04 | adding new mixins | Mark Otto | 1 | -0/+11 | |
| 2011-10-04 | adding placeholder font-face mixin which doesn't work yet | Mark Otto | 2 | -1/+15 | |
| 2011-10-04 | update variables to inlude @baseFontSize, @baseFontFamily, @baseLineHeight ↵ | Mark Otto | 9 | -148/+164 | |
| for easier customization; added placeholder for @primaryButtonColor, but didn't implement | |||||
| 2011-10-03 | more small changes to compiled css to try things out | Mark Otto | 4 | -8/+4 | |
| 2011-10-03 | scope the label back to the form element | Mark Otto | 3 | -4/+4 | |
| 2011-10-03 | make links in error messages not be blue, but instead match the text color ↵ | Mark Otto | 4 | -6/+45 | |
| and be bold: | |||||
| 2011-10-03 | make it so that checkboxes and radio options-list can have wrapping labels; ↵ | Mark Otto | 4 | -4/+10 | |
| needs to be cross browser tested yet | |||||
| 2011-10-03 | overhaul the grid CSS to make it more durable for tables and forms to use ↵ | Mark Otto | 6 | -94/+154 | |
| the same sizing methods; need to see about improving this in the future | |||||
| 2011-10-03 | resolve issue with form fields and errors causing no space between fields ↵ | Mark Otto | 4 | -14/+21 | |
| with consecutive errors; needs more work, but will address later | |||||
| 2011-10-03 | fix the popover bug in the app example by making the custom css more ↵ | Mark Otto | 1 | -1/+1 | |
| specific for .content | |||||
| 2011-10-03 | Merge pull request #346 from alepee/master | Mark Otto | 3 | -1/+3 | |
| Add a white-space: nowrap; for .label elements. | |||||
| 2011-10-03 | Merge pull request #362 from purcell/safe-dropdown-initialization | Jacob Thornton | 1 | -12/+15 | |
| Add jquery.ready hook after defining plugin, to avoid breakage with modernizr/yepnope | |||||
| 2011-10-03 | Add jquery.ready hook after defining plugin, to avoid breakage when used ↵ | Steve Purcell | 1 | -12/+15 | |
| with modernizr/yepnope See https://gist.github.com/1258742 for an example, which results in the error "TypeError: Object has no method 'dropdown' at bootstrap-dropdown.js line 31" It looks like in these circumstances, the functions hooked into jquery.ready get run immediately, and so applying the dropdown behavior to specific elements before defining the 'dropdown' method causes breakage. | |||||
| 2011-10-02 | Merge branch 'master' of github.com:twitter/bootstrap | Jacob Thornton | 1 | -1/+1 | |
| 2011-10-02 | preboot.less > variables.less in docs | Jacob Thornton | 1 | -3/+3 | |
| 2011-10-02 | Merge pull request #361 from samuelcarlton/patch-1 | Jacob Thornton | 1 | -1/+1 | |
| Fixed comment to show appropriate file name. | |||||
| 2011-10-02 | Merge branch 'master' of github.com:twitter/bootstrap | Jacob Thornton | 1 | -1/+1 | |
| 2011-10-02 | remove options check in modal.js | Jacob Thornton | 1 | -5/+3 | |
| 2011-10-02 | Fixed comment to show appropriate file name. | Sam Carlton | 1 | -1/+1 | |
| 2011-09-30 | white-space: nowrap; for .label | Antoine Lépée | 3 | -1/+3 | |
| Add white-space: nowrap; for .label elements. | |||||
| 2011-09-29 | Merge pull request #329 from lmjabreu/master | Jacob Thornton | 1 | -1/+1 | |
| make tabs plugin play well with nested tabs | |||||
| 2011-09-29 | wait for transition to end before triggering shown event | Jacob Thornton | 1 | -2/+8 | |
| 2011-09-29 | whitespace | Jacob Thornton | 1 | -2/+2 | |
| 2011-09-29 | Merge branch 'fix_hide_before_show_bug' of ↵ | Jacob Thornton | 1 | -1/+5 | |
| https://github.com/aaronj1335/bootstrap into aaronj1335-fix_hide_before_show_bug | |||||
| 2011-09-29 | add note about making sure to include boostrap-twipsy before popover script | Jacob Thornton | 1 | -0/+1 | |
| 2011-09-29 | show should be fals for modal default | Jacob Thornton | 1 | -1/+1 | |
| 2011-09-29 | @dmyers settings fix #255 | Jacob Thornton | 1 | -1/+1 | |
| 2011-09-29 | Merge branch 'kasperp-tab-event' | Jacob Thornton | 3 | -12/+67 | |
| 2011-09-29 | change event to use target and relatedTarget (which more closely resembles ↵ | Jacob Thornton | 3 | -22/+33 | |
| actual event api) | |||||
| 2011-09-29 | changed event should be change event | Jacob Thornton | 3 | -8/+8 | |
| 2011-09-29 | Merge branch 'tab-event' of https://github.com/kasperp/bootstrap into ↵ | Jacob Thornton | 3 | -10/+54 | |
| kasperp-tab-event | |||||
| 2011-09-29 | Merge pull request #332 from pamelafox/patch-2 | Jacob Thornton | 1 | -1/+1 | |
| JS Docs Typo | |||||
| 2011-09-29 | adding button groups and toolbars like a boss | Mark Otto | 5 | -6/+210 | |
| 2011-09-29 | round the corners on the search form inputs like a boss | Mark Otto | 3 | -1/+16 | |
| 2011-09-29 | change h4 back to lineheight * 2 | Mark Otto | 3 | -11/+10 | |
| 2011-09-29 | update topbar dropdown arrow to match link and hover colors | Mark Otto | 3 | -20/+19 | |
| 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 ↵ | Mark Otto | 9 | -817/+560 | |
| example to tabs/pills, add some new mixins | |||||
| 2011-09-28 | initial idea for handling closing of modals from whatever element you want ↵ | Mark Otto | 3 | -6/+6 | |
| with .js-dismiss class | |||||
| 2011-09-28 | updated forms.less to have better comments while pulling out all the old ↵ | Mark Otto | 3 | -82/+51 | |
| classes for input elements | |||||
| 2011-09-28 | pulling out more stuff and fixing file name at top of file | Mark Otto | 4 | -19/+11 | |
| 2011-09-28 | Think the option is supposed to be 'keyboard' in the docs, not 'closeOnEsc'. | Pamela Fox | 1 | -1/+1 | |
| 2011-09-28 | tweaked bootstrap-tabs plugin active tab selector to allow for nested tabs | Luis Abreu | 1 | -1/+1 | |
