aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-12grunt for raw jsMark Otto1-2/+2
2014-05-12Merge pull request #13578 from twbs/fat-versionsJacob11-1/+23
versions
2014-05-12grunt distMark Otto3-3/+3
2014-05-12versionsfat11-1/+23
2014-05-12Merge pull request #13191 from AshleyDawson/masterJacob1-1/+1
Fixed nested tab elements li activation
2014-05-12Merge branch 'master' into icon_pathsMark Otto7-5/+12
Conflicts: dist/css/bootstrap.css.map docs/dist/css/bootstrap.css.map
2014-05-12grunt distMark Otto5-4/+7
2014-05-12Merge pull request #13369 from armikbd/bootstrap-itsmeMark Otto1-0/+4
Dropdown menu in justified button-group
2014-05-12remove the commentMark Otto1-1/+1
2014-05-12Merge branch 'master' into icon_pathsMark Otto54-8321/+119
Conflicts: dist/css/bootstrap-rtl.css dist/css/bootstrap.css.map dist/js/bootstrap.min.js docs/dist/css/bootstrap.css.map docs/dist/js/bootstrap.min.js
2014-05-12nuke the rtl exampleMark Otto2-662/+0
2014-05-12nuke the rtl docsMark Otto3-33/+0
2014-05-12gruntMark Otto5-4/+5
2014-05-12Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-0/+37
2014-05-12nuke rtlMark Otto18-7551/+16
2014-05-12Merge pull request #13576 from twbs/fat-12211Jacob1-0/+1
fixes #12211: Scrollspy: Navs in different tabs can interfere with each ...
2014-05-12fixes #12211: Scrollspy: Navs in different tabs can interfere with each othefat1-0/+1
2014-05-12Revert "Temporarily revert README deletions from #13470,"Chris Rebert1-36/+0
This reverts commit 54284a13c6b503d925bf6f75db2830f1af7fcf98.
2014-05-12Temporarily revert README deletions from #13470,Chris Rebert1-0/+36
pending the release of v3.2.0's updated hosted docs. Fixes #13572.
2014-05-10cleanupMark Otto1-3/+1
2014-05-10Merge pull request #13549 from danielhusar/masterMark Otto1-1/+1
IE8 button group support
2014-05-10Merge pull request #13541 from gpakosz/patch-2Jacob1-1/+1
Fixed affix-bottom positioning
2014-05-10Squashed commit of the following:Daniel1-1/+1
commit 81324491f4913d6797c3c9e4df83a1aefd7d9116 Author: Daniel <[email protected]> Date: Sat May 10 17:37:29 2014 +0100 use opacity mixin commit 694b0a3fcd196e8cba9e4c23850f903c0804cb44 Author: Daniel Husar <[email protected]> Date: Fri May 9 13:47:35 2014 +0100 Update button-groups.less
2014-05-10Update html5shiv to 3.7.2.XhmikosR23-23/+23
2014-05-09Merge pull request #13558 from twbs/nav-tabs-role-tablistChris Rebert5-24/+24
add some ARIA roles to tabs for improved accessibility
2014-05-09Merge pull request #13559 from twbs/carousel-roleChris Rebert4-12/+12
add role="button" to [data-slide="prev"],[data-slide="next"] to improve accessibility
2014-05-09add role="button" to [data-slide="prev"],[data-slide="next"] to improve ↵Chris Rebert4-12/+12
accessibility Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09add role="tab" to .nav-tabs [data-toggle="tab"]Chris Rebert1-12/+12
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09add role="tablist" to .nav-tabs in examples to improve accessibilityChris Rebert5-12/+12
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-08Merge pull request #13543 from twbs/fix-13305Chris Rebert1-15/+7
Customizer: make utilities.less inclusion mandatory
2014-05-08Customizer: make utilities.less inclusion mandatoryChris Rebert1-15/+7
Fixes #13305.
2014-05-08grunt distChris Rebert5-14/+15
2014-05-08Fixes #13478, reverts #10941Mark Otto8-21/+22
2014-05-09Fixed affix-bottom positioningGregory Pakosz1-1/+1
Set top position to (scrollHeight - this.$element.height() - offsetBottom).
2014-05-08Merge pull request #13536 from Quy/masterChris Rebert1-7/+0
Remove outdated rtl nav links
2014-05-08Remove outdated rtl nav linksQuy Ton1-7/+0
2014-05-07Update .travis.ymlMark Otto1-0/+2
2014-05-07Merge pull request #13531 from twbs/grunt-html-docsMark Otto4-36/+41
move Grunt info from README into HTML docs
2014-05-07regenerate minified docs JS & CSSChris Rebert4-8/+9
2014-05-07move Grunt info from README into HTML docsChris Rebert4-36/+41
Fixes #13470
2014-05-07add button to toggle the optional theme when viewing the docs; fixes #9764Chris Rebert4-0/+31
2014-05-07move rtl to getting started, per @cvrebert's feedbackMark Otto4-1/+8
2014-05-07Merge pull request #13499 from twbs/clarify-rtlMark Otto1-1/+6
emphasize that bootstrap-rtl.css & bootstrap.css should not be used together
2014-05-07Merge pull request #13504 from Quy/resputilChris Rebert1-3/+3
Fix .visible-print deprecation version #.
2014-05-07Merge pull request #13528 from twbs/unlock-jscsChris Rebert2-2/+2
unlock & bump grunt-jscs-checker to ~0.4.3
2014-05-07unlock & bump grunt-jscs-checker to ~0.4.3Chris Rebert2-2/+2
2014-05-06tweak formatting in Carousel docs for clarity; fixes #13522Chris Rebert1-1/+1
2014-05-06Update JSZip to v2.2.2.XhmikosR2-9/+9
2014-05-05Merge pull request #13511 from hnrch02/button-reset-falsey-values-fixChris Rebert2-2/+22
Allow for resetText of a button to be a falsey value; fixes #13466
2014-05-05Merge pull request #13406 from EnsignR/closed.bs.alert-after-removeChris Rebert1-1/+2
fires closed.bs.alert *after* DOM detach() as per #12379