aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-30Merge branch 'pr/13320'Mark Otto10-8/+38
Conflicts: dist/css/bootstrap-rtl.min.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap-rtl.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-04-30grunt distMark Otto8-6/+13
2014-04-30explainMark Otto1-0/+1
2014-04-30Merge pull request #13328 from thebigredgeek/masterMark Otto1-0/+1
Added bower reference to main less file
2014-04-30grunt distMark Otto11-66/+96
2014-04-30Merge pull request #13449 from sejr/masterMark Otto1-1/+1
Increase .lead font-weight for better readability on mobile
2014-04-30Merge pull request #11966 from colllin/noconflictMark Otto22-288/+415
Fix #11464 - JS noConflict() mode not working in 3.0.x
2014-04-30Merge pull request #13437 from saas786/masterMark Otto1-3/+3
fixes #13367
2014-04-30Merge pull request #13424 from twbs/docs-libsXhmikosR9-29/+41
Update docs libs
2014-04-30Update alert.jsRoss Nye1-1/+2
Added call to remove() after event fires to clean up data as per discussion at #12379
2014-04-30Changed last-child to first-childNick Colley1-5/+5
As noted by @jerem the first child will actually be the last shown
2014-04-29Remove sr-only from components/dropdowns examplePatrick H. Lauke1-3/+3
Assuming sr-only is used in the actual live code so that the menu can be shown open already ... but having sr-only in the highlighted example code itself is confusing/misleading. Also, change the text for the button from "Dropdown" to "Dropdown trigger" for clarity (and it then matches http://getbootstrap.com/javascript/#dropdowns)
2014-04-27Merge pull request #13422 from twbs/ie-emulation-modes-warningChris Rebert24-23/+96
Warn about IE emulation modes in docs+examples
2014-04-27add ie-emulation-modes-warning.js to docs & examplesChris Rebert22-22/+44
2014-04-27Merge pull request #13435 from twbs/doc-less-import-glyphiconsChris Rebert1-0/+4
Document that @import-ing Bootstrap can break the icon font path
2014-04-27Update type.lessSam Roth1-1/+1
For better readability on mobile devices
2014-04-26Merge pull request #13439 from nschonni/spacing-fixesChris Rebert5-7/+17
Minor Spacing fixes
2014-04-26Minor Spacing fixesNick Schonning5-7/+17
Flagged upstream in bootstrap-sass by scss-lint
2014-04-26Run `grunt`.XhmikosR7-19/+21
2014-04-26Update holder.js to v2.3.2.XhmikosR1-5/+15
2014-04-26Update JSZip to v2.2.1.XhmikosR1-5/+5
2014-04-26fixes https://github.com/twbs/bootstrap/issues/13367syed1-3/+3
Second color stop value should be percentage instead of decimal value.
2014-04-25Merge pull request #13396 from twbs/carousel-eventsChris Rebert3-7/+40
Carousel event properties
2014-04-25Carousel.slide: rename e => slideEventChris Rebert1-3/+3
2014-04-25change 'slid' comments per @fat's feedbackChris Rebert1-3/+3
2014-04-25Document that @import-ing Bootstrap can break the icon font pathChris Rebert1-0/+4
Addresses part of #13429.
2014-04-25fix #13427Chris Rebert1-3/+3
2014-04-26Fixed navbar radius of example at docsDaijiro Wachi4-15/+9
2014-04-25Merge pull request #13414 from twbs/readme-tweakChris Rebert1-1/+1
README: Authors => Creators
2014-04-24Merge pull request #13423 from twbs/fix-13362Chris Rebert2-0/+8
document that show-ing a tooltip/popover on a hidden element doesn't work
2014-04-24add IE warning scripts to linter configChris Rebert1-1/+1
2014-04-24remove semicolons :'-(Chris Rebert1-15/+15
2014-04-24add script to warn folks trying to test old IE using IE's unreliable ↵Chris Rebert1-0/+51
emulation modes
2014-04-24Document .direction & .relatedTarget properties of Carousel events.Chris Rebert1-0/+5
Fixes #13395
2014-04-24Add direction & relatedTarget properties to slid.bs.carousel eventChris Rebert1-3/+5
Fixes #13393
2014-04-24Merge pull request #13176 from twbs/fat-13157Mark Otto1-2/+4
fixes #13157 - Collapse plugin - issues with transition end event bubbli...
2014-04-24Merge pull request #13390 from twbs/ie10-viewport-bugMark Otto24-14/+86
add IE10 viewport bug workaround to examples
2014-04-24Merge pull request #13374 from Jakobovski/fix-issue-#13355Mark Otto1-0/+4
FIX: #13355. Added .navbar-nav to migration change list.
2014-04-24document that show-ing a tooltip/popover on a hidden element doesn't work; ↵Chris Rebert2-0/+8
fixes #13362
2014-04-23Merge pull request #13397 from twbs/fix-13394Chris Rebert1-0/+4
document that non-:visible scrollspy targets are ignored
2014-04-23README: Authors => CreatorsChris Rebert1-1/+1
2014-04-23the master branch is the relevant one for current build statusChris Rebert1-1/+1
2014-04-23Merge pull request #13408 from Quy/masterJulian Thilo1-1/+1
Add missing word.
2014-04-23Add missing word.Quy Ton1-1/+1
2014-04-23Improved mixin ability with nested media queryHayden Bleasel2-64/+60
2014-04-23fires closed.bs.alert *after* DOM detach()Ross Nye1-1/+1
fires closed.bs.alert *after* element is removed from DOM. Previously it fired while the element was still attached.
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵Collin Donahue-Oponski22-288/+415
reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
2014-04-21fixes #13157 - Collapse plugin - issues with transition end event bubblingfat1-2/+4
2014-04-21document that non-:visible scrollspy targets are ignored; fixes #13394Chris Rebert1-0/+4
2014-04-21add unit tests for Carousel slid eventsChris Rebert1-0/+26