aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-07-05Fixes #13967: Don't reset the cite element's font-styleMark Otto7-15/+4
2014-07-05Fixes #13953: Remove the progress bar min-width styles for low percentages ↵Mark Otto7-17/+4
to avoid jumping progress
2014-07-05Fixes #13943: Lighten the navbar inverse link color more since our text ↵Mark Otto7-7/+7
contrast change in v3.2.0
2014-07-05gruntMark Otto11-15/+15
2014-07-05Merge pull request #13464 from nickcolley/#13325-navbar-right-firstMark Otto1-5/+5
Changed last-child to first-child to fix #13325
2014-07-05Merge pull request #14047 from twbs/kbdXhmikosR1-1/+2
Docs: add missing example code code for `kbd` after #13351.
2014-07-05Docs: add missing example code code for `kbd` after #13351.XhmikosR1-1/+2
2014-07-03Merge pull request #14037 from twbs/close-13892Chris Rebert1-0/+6
Add Wall of Browser Bugs entry for #13892
2014-07-03Add Wall of Browser Bugs entry for #13892Chris Rebert1-0/+6
Closes #13892. [skip sauce]
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