aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-24Fix collapsing .img-thumbnail due to display: table-cell clashing with max-widthThomas P. Horton1-0/+5
2015-04-24Ensure .form-inline in non-responsive example doesn't stack; fixes #15977Chris Rebert1-0/+58
2015-04-24Add slack badge, link to join, and update copyMark Otto1-1/+3
2015-04-24Merge pull request #16359 from twbs/bowerChris Rebert1-7/+1
Update bower.json to comply with new spec for `main`
2015-04-24bower.json: Remove bootstrap.css from `main`Chris Rebert1-1/+0
Per https://github.com/bower/bower.json-spec/pull/43 : > Use source files with module exports and imports over pre-built distribution files. Also, the example in that PR doesn't include /dist/movement.css or /dist/movement.min.css in its `main`. If you have a complaint about this, take it up with the Bower folks: https://github.com/bower/bower.json-spec/issues
2015-04-24bower.json: Remove font files from `main`Chris Rebert1-6/+1
Per https://github.com/bower/bower.json-spec/pull/43 : > font files [...] are not `main` files as they are not entry-points. If you have a complaint about this, take it up with the Bower folks: https://github.com/bower/bower.json-spec/issues
2015-04-23Round results from gutter division to prevent decimal margins and paddingThomas P. Horton3-5/+5
2015-04-23update shrinkwrapChris Rebert1-4/+9
[skip sauce] [skip validator]
2015-04-23Fix #16075 by switching to maintained fork of grunt-sedChris Rebert2-1/+9
[skip sauce] [skip validator]
2015-04-23Merge pull request #16339 from twbs/releaseXhmikosR1-1/+1
Grunt: extend `prep-release` task.
2015-04-23Grunt: extend `prep-release` task.XhmikosR1-1/+1
Make it so that everything is done for us to reduce the possibility of missing something when releasing.
2015-04-23Run `grunt`.XhmikosR2-13/+12
[ci skip`
2015-04-23Update Blob.js to v2015-03-21.XhmikosR1-2/+16
[ci skip]
2015-04-23Update FileSaver.js to v2015-03-04.XhmikosR1-1/+5
[ci skip]
2015-04-23Update JSZip to v2.5.0.XhmikosR1-3/+3
[ci skip]
2015-04-23Update uglify-js to v2.4.20.XhmikosR1-6/+9
[ci skip]
2015-04-23Update Holder.js to v2.6.0.XhmikosR5-15/+15
[ci skip]
2015-04-22form-group size + form-control-feedbackmaks feltrin1-2/+4
automatically feedback icon sizing inside a larger|smaller form-group.
2015-04-22automatic `grunt dist`Bootstrap's Grunt bot4-6/+8
[ci skip]
2015-04-21Allow viewport option to be a functionAdrien Siami4-3/+36
Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion.
2015-04-22automatic `grunt dist`Bootstrap's Grunt bot9-10/+11
[ci skip]
2015-04-21Merge pull request #16258 from twbs/fix-16172Chris Rebert2-0/+2
Use CSS hack to fix IE8 .caret regression
2015-04-21Merge pull request #16147 from Johann-S/event_insertedChris Rebert5-0/+40
Fixes #16124.
2015-04-22automatic `grunt dist`Bootstrap's Grunt bot2-2/+2
[ci skip]
2015-04-21https://github.com/necolas/normalize.css/pull/379 was rejectedChris Rebert1-2/+1
Refs #15947
2015-04-21automatic `grunt dist`Bootstrap's Grunt bot4-2/+14
[ci skip]
2015-04-20Tooltip: Destroy $tip, $arrow, $viewport to avoid memory leakNiels Steenbeek1-0/+6
Closes #16039.
2015-04-19Update devDependencies.XhmikosR4-211/+213
2015-04-17Merge pull request #16282 from JoshData/patch-1Chris Rebert1-0/+1
affix plugin does not work within a pulled/pushed column
2015-04-17automatic `grunt dist`Bootstrap's Grunt bot4-10/+12
[ci skip]
2015-04-17Merge pull request #16226 from patrickhlauke/radio-toggle-kbd-fixPatrick H. Lauke2-5/+5
Fix radio button toggle behavior for keyboard users
2015-04-16grunt docsChris Rebert2-11/+11
2015-04-16Update ZeroClipboard and remove Copy buttons when Flash is unavailableMark Tareshawty3-30/+29
Fixes #16269. Closes #16301 by merging a rebased version of it.
2015-04-14Update docs to account for #15755Chris Rebert1-1/+0
2015-04-14affix plugin does not work within a pulled/pushed columnJoshua Tauberer1-0/+1
This documents the limitation discussed in https://github.com/twbs/bootstrap/issues/12126: > When using column reordering and using the affix-plugin on an element positioned with push, the affix plugin doesn't work correctly - the element affected by the affix plugin is positioned to the left even when the element is in a column positioned on the right. Seems to affect Safari (tested in version 8) only. That issue has (unfortunately) been closed, so this at least documents the behavior.
2015-04-13automatic `grunt dist`Bootstrap's Grunt bot6-4/+6
2015-04-13Merge pull request #16279 from twbs/fix-16276Chris Rebert1-0/+1
Make .btn in .btn-toolbar float:left too
2015-04-13Fixes #16270.Ray McMahan1-1/+1
Badges now appeared vertically centered next to text. Previously, badges appeared to be somewhat lower than tall text such as h1's next to it.
2015-04-13automatic `grunt dist`Bootstrap's Grunt bot5-6/+6
2015-04-12Merge pull request #16256 from twbs/fix-16247Chris Rebert2-3/+3
Add px unit to perspective property value
2015-04-13automatic `grunt dist`Bootstrap's Grunt bot6-8/+54
2015-04-12Merge pull request #16086 from twbs/fix-15925Chris Rebert4-13/+27
Reset text/font properties more thoroughly for tooltips+popovers
2015-04-12Turns out http://crbug.com/475128 affects all OSesChris Rebert1-1/+1
2015-04-12Make .btn in .btn-toolbar float:left too; fixes #16276Chris Rebert1-0/+1
[skip sauce] [skip validator]
2015-04-11Fix existing radio button unit testPatrick H. Lauke1-2/+2
2015-04-11Don't preventDefault radio buttonsPatrick H. Lauke1-3/+3
as this breaks keyboard navigation for radio button toggles (see https://github.com/twbs/bootstrap/issues/16223)
2015-04-11automatic `grunt dist`Bootstrap's Grunt bot4-10/+6
2015-04-10Merge pull request #16263 from twbs/fix-16090Chris Rebert1-2/+1
Use .dropdown-menu instead of ARIA roles for dropdown keydown event handler
2015-04-08Use .dropdown-menu instead of ARIA roles for dropdown keydown event handler; ↵Chris Rebert1-2/+1
fixes #16090
2015-04-08Merge pull request #16262 from twbs/browser-bugs-16180Chris Rebert1-0/+20
Add Wall of Browser Bugs entries for #16180