aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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.XhmikosR4-14/+14
[ci skip]
2015-04-22automatic `grunt dist`Bootstrap's Grunt bot2-3/+4
[ci skip]
2015-04-21Allow viewport option to be a functionAdrien Siami2-2/+4
Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion.
2015-04-22automatic `grunt dist`Bootstrap's Grunt bot5-5/+6
[ci skip]
2015-04-21Merge pull request #16147 from Johann-S/event_insertedChris Rebert2-0/+8
Fixes #16124.
2015-04-22automatic `grunt dist`Bootstrap's Grunt bot1-1/+1
[ci skip]
2015-04-21automatic `grunt dist`Bootstrap's Grunt bot2-1/+7
[ci skip]
2015-04-19Update devDependencies.XhmikosR2-11/+11
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 bot2-5/+6
[ci skip]
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 bot3-2/+3
2015-04-13automatic `grunt dist`Bootstrap's Grunt bot3-4/+4
2015-04-13automatic `grunt dist`Bootstrap's Grunt bot3-4/+27
2015-04-12Turns out http://crbug.com/475128 affects all OSesChris Rebert1-1/+1
2015-04-11automatic `grunt dist`Bootstrap's Grunt bot2-5/+3
2015-04-08Merge pull request #16262 from twbs/browser-bugs-16180Chris Rebert1-0/+20
Add Wall of Browser Bugs entries for #16180
2015-04-08Add Wall of Browser Bugs entries for #16180Chris Rebert1-0/+20
Closes #16180.
2015-04-08automatic `grunt dist`Bootstrap's Grunt bot3-5/+2
2015-04-08Add event after template insertedJohann-S2-0/+8
2015-04-08automatic `grunt dist`Bootstrap's Grunt bot1-1/+1
2015-04-07grunt dist docsChris Rebert5-29/+30
[skip sauce]
2015-04-07Upgrade to Holder v2.5.2Chris Rebert1-4/+4
Fixes #16216, FWICT
2015-04-07Carousel docs: fix typo in holder.js colorChris Rebert1-1/+1
2015-04-07automatic `grunt dist`Bootstrap's Grunt bot1-0/+1
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot3-2/+4
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot3-3/+7
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot3-14/+125
2015-04-04Merge pull request #16208 from StevenBlack/issue.15100Mark Otto1-1/+1
(#15100) Eliminate spurrious padding in .bs-docs-header
2015-04-04automatic `grunt dist`Bootstrap's Grunt bot3-4/+6
2015-04-01Eliminate spurrious padding in .bs-docs-headerSteven Black1-1/+1
I agree with all the comments here. Rather than dicker with container nesting at this late juncture, near sunset for BS 3.0x, let's just fix and move on. It's docs only. This PR addresses issue #15100 and eliminates the unnecessary horizontal scrollbar that appears for width for width >=768px and <= 782px. Tested on three different iOS devices and FireFox/Chrome on OSX and it's fine now. The only difference is the text in .bs-docs-header is shifted left by 15-pixels, lines are 30 px longer so wrap less in some circumstances in some viewports.
2015-04-01indented javascript/modal/using-grid-system sample code from 4 spaces to 2 ↵fyquah951-36/+36
spaces
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot1-1/+0
2015-03-28gruntMark Otto4-5/+10
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot3-4/+6
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot3-13/+13
2015-03-28automatic `grunt dist`Bootstrap's Grunt bot3-14/+140
2015-03-27Remove wrong role="tabpanel" from parent containerPatrick H. Lauke1-2/+2
As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2 and #13554
2015-03-27automatic `grunt dist`Bootstrap's Grunt bot3-7/+12
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot1-1/+1
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot3-7/+12
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot3-3/+6
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot2-5/+2
2015-03-25Merge pull request #16158 from twbs/fix-16020Chris Rebert1-12/+12
remove redundant aria-hidden usage from Modals
2015-03-25Merge pull request #16157 from twbs/fix-16069Chris Rebert1-0/+7
Document how to disable transitions in jQuery plugins