aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-07-03use non-minified Bootstrap JS when on non-gh-pagesChris Rebert9-7/+14
2014-07-03use non-minified docs JS on non-gh-pagesChris Rebert4-3/+7
2014-07-03use non-minified docs CSS on non-gh-pagesChris Rebert4-5/+10
2014-07-03use non-minified BS Theme CSS on non-gh-pagesChris Rebert1-0/+4
2014-07-03use non-minified Bootstrap CSS on non-gh-pagesChris Rebert1-0/+4
2014-07-03modal docs formatting tweakChris Rebert1-1/+1
[skip sauce]
2014-07-03Mark the `remote` option of the Modal plugin as deprecated.Chris Rebert1-1/+1
Follow-up to https://github.com/twbs/bootstrap/issues/13087#issuecomment-46563760 Closes #13087 as WONTFIX. Closes #13597 as WONTFIX.
2014-07-03Merge pull request #13986 from twbs/address-13874Chris Rebert2-4/+4
docs: use valid JSON in compound option value examples
2014-07-03Merge pull request #13998 from steelywing/patch-1Chris Rebert1-1/+1
2014-07-03no need to create $.EventWing1-1/+1
`trigger()` can handle string argument
2014-07-03trigger 'affixed.bs.affix' instead of 'affixed'Wing1-1/+1
Original is triggering `affixed` not `affixed.bs.affix`, only `.on('affixed.bs.affix', ...)` also catch `affixed` event. Closes #13998.
2014-07-03Merge pull request #14030 from BBosman/double-cursorMark Otto3-3/+0
Remove superfluous cursor:pointer
2014-07-03Remove superfluous cursor:pointerBas Bosman3-3/+0
2014-07-03Add touch-action: manipulate to buttonsBas Bosman4-0/+7
2014-07-03gruntMark Otto1-1/+1
2014-07-03Fixes #12738 again: use max-device-width instead of max-width for ↵Mark Otto8-8/+8
.navbar-collapse height in landscape devices
2014-07-02gruntMark Otto1-1/+1
2014-07-02typoMark Otto7-13/+13
2014-07-02Fixes #13989: Don't extend the input sizes; manually chain the selectorsMark Otto7-29/+51
2014-07-02Merge branch 'master' into pr/14005Mark Otto6-3/+8807
2014-07-02merge in and resolve conflictsMark Otto7-17/+30
2014-07-02fix new form validationMark Otto1-4/+4
2014-07-02Merge branch 'pr/14011'Mark Otto1-0/+48
2014-07-02fix up examplesMark Otto1-22/+26
2014-07-02clarify the iOS virtual keyboard bug with respect to navbarsChris Rebert1-1/+1
2014-07-02Add collapsed default class to navbar-toggleMichael Silber17-28/+28
2014-07-02possible fix for #14013Chris Rebert2-6/+12
2014-07-02Moves checkbox/radios into "Validation states" example.Zac Echola1-52/+44
2014-07-02Documents radio and checkbox validation statesZac Echola1-0/+52
References #14010 fixing duped IDs fix ALL the duped IDs. make example id match actual id
2014-07-02Merge pull request #14001 from twbs/docs-distXhmikosR4-2/+8758
Copy all files in docs/dist.
2014-07-01place feedback icon lower, only if it really needBoris Serdyuk1-4/+9
2014-07-01Copy all files in docs/dist.XhmikosR4-2/+8758
Now we are on par with what we have on the gh-pages dist/ folder.
2014-07-01Update dependencies.XhmikosR2-12/+12
2014-07-01Only close modal if escape was hit with keydown; fixes #13929Heinrich Fenkart2-2/+40
2014-07-01Use mousedown instead of click for backdrop click detection; fixes #13816Heinrich Fenkart2-3/+3
2014-06-30Merge pull request #13988 from twbs/fix-13896Chris Rebert1-1/+1
doc that you can't use both data-ride and $().carousel() on the same carousel
2014-06-30Merge pull request #13993 from twbs/fix-13964Mark Otto1-3/+5
Fix #13964
2014-06-30fix #13964Chris Rebert1-3/+5
2014-06-30Update dependencies.XhmikosR9-122/+66
2014-06-30Merge pull request #13992 from pjrobertson/masterJulian Thilo1-1/+1
Fix inconsistency between demo and displayed code for modal demo
2014-06-30Fix inconsistency between demo and displayed code for modal demoPatrick Robertson1-1/+1
Fixes #13991
2014-06-29doc that you can't use both data-ride and $().carousel() on the same ↵Chris Rebert1-1/+1
carousel; fixes #13896 [skip sauce]
2014-06-29docs: use valid JSON in compound option value examplesChris Rebert2-4/+4
Fixes #13874. [skip sauce]
2014-06-29fix #13979Chris Rebert1-1/+1
2014-06-29Update to Jekyll 2.1.x.XhmikosR2-2/+2
2014-06-28Merge pull request #13954 from hnrch02/persist-preview-themeMark Otto1-7/+15
Save "Preview theme" state; resolves #13940
2014-06-28fixes #13968Mark Otto1-0/+6
2014-06-27Update "grunt-autoprefixer".XhmikosR10-30/+141
2014-06-27Save "Preview theme" state; resolves #13940Heinrich Fenkart1-7/+15
2014-06-26Merge pull request #13931 from ByScripts/patch-1Mark Otto1-1/+2
Remove "pointer" cursor on disabled list-group-item