aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-05Merge pull request #13514 from twbs/jscsChris Rebert2-2/+2
bump grunt-jscs-checker to v0.4.1
2014-05-05bump grunt-jscs-checker to v0.4.1; refs #13512Chris Rebert2-2/+2
2014-05-05update-shrinkwrapChris Rebert1-1/+1
2014-05-05temporarily lock grunt-jscs-checker to v0.4.0Chris Rebert1-1/+1
Per #13512 & https://github.com/mdevils/node-jscs/issues/357
2014-05-05Allow for resetText of a button to be a falsey value; fixes #13466Heinrich Fenkart2-2/+22
2014-05-04Merge pull request #13506 from twbs/jscs-ratchetChris Rebert1-0/+5
import rules from Ratchet's JSCS config with which we already comply
2014-05-04import rules from Ratchet's JSCS config with which we already complyChris Rebert1-0/+5
2014-05-04Fix .visible-print deprecation version #.Quy Ton1-3/+3
2014-05-04replace js scrollspy test for default behaviorbreaddevil1-17/+37
2014-05-04emphasize that bootstrap-rtl.css & bootstrap.css should not be used togetherChris Rebert1-1/+6
2014-05-04add RTL CSS files to "What's included" section of docsChris Rebert1-0/+2
2014-05-04include RTL CSS CDN URL in Download docsChris Rebert2-0/+4
2014-05-04Merge pull request #13493 from twbs/close-btn-accessChris Rebert4-13/+13
Improve accessibility of close buttons in modals & alerts
2014-05-04Merge pull request #13495 from twbs/android-firefoxMark Otto1-1/+1
Officially support Android Firefox
2014-05-03Wall of browser bugs: formatting tweaksChris Rebert1-3/+3
2014-05-03mark Android Firefox as officially supportedChris Rebert1-1/+1
2014-05-03document #13390Chris Rebert1-2/+2
2014-05-03Improve accessibility of close buttons in modals & alertsChris Rebert4-13/+13
Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders. Credit: https://github.com/paypal/bootstrap-accessibility-plugin Per: https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog
2014-05-03Merge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docsMark Otto4-15/+9
Fixed navbar radius of example at docs
2014-05-03bump grunt-css-flip to ~0.2.2Chris Rebert1-1/+1
2014-05-01Merge pull request #13461 from patrickhlauke/docs-dropdown-sr-onlyMark Otto1-4/+4
Remove sr-only from components/dropdowns example
2014-05-01make new Carousel tests compatible with noConflict modeChris Rebert1-2/+2
2014-05-01add role="tooltip" to popovers; fixes #13481Chris Rebert1-1/+1
2014-05-01Remove sr-only from components/dropdown entirelyPatrick H. Lauke1-5/+5
possibly less confusing option, as per discussion, is to always show the dropdown trigger button (both live and in that code example)
2014-05-01Not Less' fault per seChris Rebert1-1/+1
2014-04-30Merge pull request #13434 from twbs/fix-13247Chris Rebert2-0/+19
document grid column wrapping behavior; fixes #13247
2014-04-30document grid column wrapping behavior; fixes #13247Chris Rebert2-0/+19
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