| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-12-10 | document caveat regarding fieldset legend and #6199 | Chris Rebert | 2 | -2/+4 | |
| 2012-12-10 | document fieldset[disabled] styling added in #6199; per @mdo | Chris Rebert | 2 | -0/+74 | |
| 2012-12-10 | Merge pull request #6195 from nathanb/example-carousel-nav-fix | Mark Otto | 1 | -1/+1 | |
| lowered carousel beneath the nav (in carousel example) | |||||
| 2012-12-09 | fixes #5605: style as disabled all form controls & btns under a disabled ↵ | Chris Rebert | 4 | -33/+60 | |
| fieldset this is a resubmission of #5875, but now against branch 3.0.0-wip does not exclude elements under a fieldset's legend issue #6058 is a duplicate of #5605 | |||||
| 2012-12-10 | Update .dropdown-menu selectors to avoid conflicts with other elements. ↵ | Blake Embrey | 2 | -16/+16 | |
| Fixes #6197 | |||||
| 2012-12-09 | Fix checkbox and radios example | Mark Otto | 4 | -48/+74 | |
| 2012-12-09 | Nested columns docs tweaks | Mark Otto | 2 | -12/+12 | |
| 2012-12-09 | Refactor input groups | Mark Otto | 6 | -786/+393 | |
| * Deprecate .input-append and .input-prepend * Use new, single base class for component, .input-group * Deprecate .addon for .input-group-addon * For compatibility with all buttons, require .input-group-btn to wrap buttons and button dropdowns * Still need to reimplement with segmented button dropdowns, but that's dependent on a refactor of those first | |||||
| 2012-12-09 | lowered carousel beneath the nav | Nathan Bridgewater | 1 | -1/+1 | |
| 2012-12-09 | lowered carousel beneath the nav | Nathan Bridgewater | 1 | -1/+1 | |
| 2012-12-08 | Merge conflicts | Mark Otto | 2 | -2/+2 | |
| 2012-12-08 | Restore print styles | Mark Otto | 2 | -0/+122 | |
| 2012-12-08 | Test removal of print styles for customized builds | Mark Otto | 2 | -122/+0 | |
| 2012-12-08 | Fix docs typos | Mark Otto | 2 | -2/+2 | |
| 2012-12-08 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 47 | -112/+693 | |
| Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html | |||||
| 2012-12-08 | Fixes #5729: Nested striped tablesv2.2.2 | Mark Otto | 2 | -4/+13 | |
| * Scopes striping to immediate children of the tbody and tr * For nested tables, sets a background color of @bodyBackground, to override the default transparent bg | |||||
| 2012-12-08 | Nesting tables | Mark Otto | 4 | -38/+70 | |
| * Add simple test to css-tests.html * Scope .table-bordered to immediate children th/td elements only | |||||
| 2012-12-08 | Merge pull request #6165 from Quy/2.2.2-wip | Mark Otto | 2 | -8/+8 | |
| Apply code tag to data attribute on javascript page | |||||
| 2012-12-08 | Apply code tag to data attribute on javascript page | Quy Ton | 2 | -8/+8 | |
| 2012-12-07 | get tests passing for typeahead :P | fat | 5 | -28/+43 | |
| 2012-12-07 | insert menu of typeahead after input which it suggests on #3529 | fat | 4 | -7/+7 | |
| note: this will likely break things for people in the same way that doing this to tooltip did… however we think this is a better insertion model for z-index,scrolling,modal,etc. applications | |||||
| 2012-12-07 | focus on escape in typeahead | fat | 5 | -6/+9 | |
| 2012-12-07 | Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wip | fat | 2 | -2/+19 | |
| 2012-12-07 | remove slide from carousel constructor #5579 | fat | 4 | -4/+1 | |
| 2012-12-07 | Merge pull request #5862 from pmclanahan/issue-5806-typeahead-keyboard-nav | billy gates | 2 | -2/+19 | |
| Fix issue with double move event firing in typeahead. | |||||
| 2012-12-07 | rebuild and only select visible dropdown items | fat | 5 | -6/+6 | |
| 2012-12-07 | Merge pull request #6118 from godric7/master | billy gates | 1 | -1/+1 | |
| scrollSpy - add parent scrollTop to offset calculation | |||||
| 2012-12-07 | add noConflict functionality to all bootstrap plugins | fat | 40 | -22/+519 | |
| 2012-12-07 | Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wip | Mark Otto | 2 | -0/+4 | |
| 2012-12-07 | Fixes #6148: Icons in mini buttons properly aligned | Mark Otto | 4 | -20/+19 | |
| 2012-12-07 | Merge pull request #6151 from tierra/pre-code-white-space-fix | Mark Otto | 2 | -0/+4 | |
| Fix code block white-space breaks within pre tags. | |||||
| 2012-12-07 | Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wip | Mark Otto | 4 | -10/+10 | |
| 2012-12-07 | Fixes #6136: Proper scoping of breadcrumbs divider | Mark Otto | 2 | -5/+5 | |
| 2012-12-07 | Merge pull request #6143 from Quy/2.2.2-wip | Mark Otto | 4 | -10/+10 | |
| Escape × | |||||
| 2012-12-06 | Fix code block white-space breaks within pre tags. | Bryan Petty | 2 | -0/+4 | |
| 2012-12-05 | Escape × | Quy Ton | 4 | -10/+10 | |
| 2012-12-05 | Nuke all i18n tags from .mustache templates | Mark Otto | 8 | -1824/+1824 | |
| 2012-12-05 | Remove commented out old popover CSS | Mark Otto | 2 | -118/+0 | |
| 2012-12-05 | Merge branch '2.2.2-wip' into 3.0.0-wip | Mark Otto | 7 | -68/+78 | |
| Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less | |||||
| 2012-12-05 | Merge branch '2.2.2-wip' into 3.0.0-wip | Mark Otto | 39 | -355/+280 | |
| Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less | |||||
| 2012-12-04 | add gallery page, fill with a few screenshots to start | Mark Otto | 22 | -18/+296 | |
| 2012-12-04 | Fixes #4550: Temporary fix for dropdown taps on mobile | Mark Otto | 4 | -1/+4 | |
| * Fix as documented here: https://github.com/twitter/bootstrap/issues/4756#issuecomment-9952781 * Stops propagation for touchstart for dropdowns | |||||
| 2012-12-04 | Fix up display of dropdown submenu examples on responsive views | Mark Otto | 3 | -13/+47 | |
| 2012-12-04 | correct link on index page to grid system | Mark Otto | 2 | -2/+2 | |
| 2012-12-04 | Update js/bootstrap-scrollspy.js | Godric | 1 | -1/+1 | |
| Fix for Bootstrap issue #6013 "scrollSpy - offset calculation" https://github.com/twitter/bootstrap/issues/6013 | |||||
| 2012-12-03 | Once more, update all the favicons to retina | Mark Otto | 8 | -24/+24 | |
| 2012-12-03 | Once more, update all the favicons to retina | Mark Otto | 23 | -51/+51 | |
| 2012-12-03 | Align the touch icons attributes | Mark Otto | 9 | -18/+18 | |
| 2012-12-03 | Fixes #6115: scope breadcrumb styles to immediate children only | Mark Otto | 2 | -6/+6 | |
| 2012-12-03 | Improve rendering of carousel example for IE10 | Mark Otto | 1 | -47/+57 | |
