| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | Remove commented out old popover CSS | Mark Otto | 2 | -118/+0 | |
| 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 | 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 | |
| 2012-12-03 | nuke comments | Mark Otto | 1 | -3/+0 | |
| 2012-12-03 | Fixing header color for success, error and info alerts | Andreas Cederström | 3 | -18/+27 | |
| 2012-12-02 | add source attribution for IE10 fix | Mark Otto | 1 | -0/+1 | |
| 2012-12-02 | Enable responsive features in IE10 when snapped | Mark Otto | 2 | -0/+12 | |
| 2012-12-02 | Revert vertical gradient spec to 'to bottom' as 'top' doesn't work in IE10 | Mark Otto | 2 | -20/+20 | |
| 2012-12-02 | herpderp | Mark Otto | 1 | -1/+1 | |
| 2012-12-02 | Readme reorg | Mark Otto | 1 | -51/+24 | |
| * Consolidate quick start options into easier to read list * Consolidate social and community options into a list * Add link to Code Guide for contributions section | |||||
| 2012-12-02 | reset text align in popovers given inline insertion | Mark Otto | 2 | -0/+2 | |
| 2012-12-02 | remove overrides on inner html of popover-content | Mark Otto | 2 | -9/+0 | |
| 2012-12-02 | run make on js changes to popover | Mark Otto | 3 | -7/+8 | |
| 2012-12-02 | Merge branch 'Moveo-master' into 2.2.2-wip | Mark Otto | 1 | -3/+3 | |
| 2012-12-02 | run make on modal popover fix | Mark Otto | 1 | -0/+1 | |
| 2012-12-01 | Merge pull request #6097 from blakeembrey/modal-body-relative | Mark Otto | 1 | -0/+1 | |
| Add relative positioning to .modal-body | |||||
| 2012-12-02 | Add relative positioning to .modal-body - Fixes #5991 | Blake Embrey | 1 | -0/+1 | |
| 2012-11-29 | Fixes #5853: Maintain 10px margin above help block when following input groups | Mark Otto | 2 | -2/+6 | |
| 2012-11-29 | remove element from selector | Mark Otto | 2 | -2/+2 | |
| 2012-11-29 | Merge pull request #6039 from desheikh/2.2.2-wip | Mark Otto | 2 | -2/+4 | |
| help-block margin-top should also apply after a span.uneditable-input | |||||
| 2012-11-29 | run make with nav img fix | Mark Otto | 1 | -0/+4 | |
| 2012-11-29 | update comment | Mark Otto | 1 | -0/+1 | |
| 2012-11-29 | Merge branch 'idavemm-patch-1' into 2.2.2-wip | Mark Otto | 1 | -0/+5 | |
