aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-18Use npm instead NPM and update twbs team link.vsn4ik1-2/+2
2014-11-17Merge pull request #15154 from nickyod/affix-top-bugChris Rebert2-1/+30
2014-11-17Fixes affix-top class not applyingNick O'Donoghue1-1/+1
Use scrollTop instead of colliderTop which uses the elements offset().top, as the offset top does not account for padding. This issue can be replicated by using a navbar-fixed-top and applying relevant padding to the body. (A navbar-static-top with no padding on the body does not encounter this issue) Fixes #15078 Closes #15154 by merging it
2014-11-17add unit test for affix-top for padding issueNick O'Donoghue1-0/+29
2014-11-17Merge pull request #15161 from twbs/travis-lintChris Rebert1-3/+3
fix travis.yml lint errors
2014-11-17fix travis.yml lint errorsChris Rebert1-3/+3
2014-11-17gruntHeinrich Fenkart8-23/+17
2014-11-17Revert "Follow-up to #13074: use spec syntax instead of deprecated mixins"Heinrich Fenkart1-7/+7
This reverts commit b10b373c6019666dbe1152245c9efdf214ceaa6a. Resolves #14937.
2014-11-17Merge pull request #15156 from Quy/masterChris Rebert1-1/+1
Fix spelling of necolas' last name
2014-11-17Fix name spellingQuy Ton1-1/+1
2014-11-17Since Safari has released new fixed versions, we're unlikely to take any ↵Chris Rebert1-1/+0
further action on this.
2014-11-17Merge pull request #15125 from patrickhlauke/docs-clean-upChris Rebert21-77/+77
Docs clean up - unnecessary role attributes, callout clarifications
2014-11-17Merge pull request #15152 from twbs/fix-15144Chris Rebert2-7/+157
honor wrap option in Carousel.getItemForDirection [skip validator]
2014-11-17Merge pull request #15129 from twbs/examples-img-altXhmikosR1-18/+18
Specify `img` alternative text.
2014-11-16rm redundant role="button" from <button>Chris Rebert1-1/+1
2014-11-16Merge pull request #15139 from patrickhlauke/docs-button-section-restructureXhmikosR2-31/+32
Docs button section restructure
2014-11-16Merge pull request #15135 from hillai/patch-1XhmikosR1-1/+6
Add modal autofocus example
2014-11-16Add modal autofocus examplehillai1-1/+6
2014-11-15honor wrap option in Carousel.getItemForDirection; fixes #15144Chris Rebert1-7/+4
2014-11-15add unit tests for Carousel's 'wrap' optionChris Rebert1-0/+153
2014-11-15Merge pull request #15150 from twbs/ios-8.1Chris Rebert1-1/+1
upgrade iOS tests to 8.1
2014-11-15upgrade iOS tests to 8.1Chris Rebert1-1/+1
[skip validator]
2014-11-15Merge pull request #15149 from twbs/yosemiteChris Rebert1-3/+3
upgrade OS X tests to Yosemite
2014-11-15upgrade OS X tests to YosemiteChris Rebert1-3/+3
[skip validator]
2014-11-15Move button-tags section to start of button sectionPatrick H. Lauke2-31/+32
2014-11-15Move context-specific callout to general tag usagePatrick H. Lauke1-5/+5
2014-11-14Merge pull request #15137 from twbs/split-inline-formChris Rebert1-14/+26
split .form-inline .input-group into separate docs example [skip sauce]
2014-11-14Filed http://openradar.appspot.com/18987206Chris Rebert1-1/+1
Refs #9774
2014-11-14split .form-inline .input-group into separate docs exampleChris Rebert1-14/+26
2014-11-14Collapse: Use $.fn.children instead of `>` in selectorHeinrich Fenkart1-1/+1
Fixes #15131.
2014-11-14Fixes to scopePatrick H. Lauke6-88/+85
as discssued in https://github.com/twbs/bootstrap/issues/15117#issuecomment-63029993 - added ``scope="row"`` to row headers - made sure row headers are actual ``<th>`` elements - removed ``scope="col"`` where it was redundant - simplified table examples with (to me) unnecessary ``rowspan``/``colspan`` (unless you really want complex tables, in which case we would need full-on ``id`` and ``headers`` attributes to make sure each table cell has an explicit association with the related header cells - overkill, in my opinion) - one table (in typography) left header-less, as it's more or less presentational (though its structure is still important, hence not adding ``role="presentation"``)
2014-11-14Redundant role="navigation" on <nav>sPatrick H. Lauke16-34/+34
plus one example that still used the old <div role="navigation"> and a fix-up of the callout as per https://github.com/twbs/bootstrap/issues/15109
2014-11-14Redundant role="form" on <form>sPatrick H. Lauke6-42/+42
2014-11-14Expand caveat for disabled fieldsets and linksPatrick H. Lauke1-1/+1
2014-11-14Specify `img` alternative text.XhmikosR1-18/+18
2014-11-14Merge pull request #15126 from Quy/masterJulian Thilo1-1/+1
Fix link
2014-11-13Fix linkQuy Ton1-1/+1
2014-11-13clarify that Bower is one among several installation methodsChris Rebert1-1/+1
2014-11-13Merge pull request #15122 from twbs/bump-remarkableChris Rebert2-23/+13
bump remarkable devDependency to ~1.4.1
2014-11-13bump remarkable devDependency to ~1.4.1Chris Rebert2-23/+13
[skip sauce]
2014-11-13Merge pull request #15093 from twbs/id-calloutsChris Rebert26-98/+98
Give all docs callouts IDs [skip sauce]
2014-11-13Merge pull request #15121 from twbs/[email protected]XhmikosR2-125/+243
Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x.
2014-11-13Fix a small grammar mistake.XhmikosR1-1/+1
[ci skip]
2014-11-13give all docs callouts IDsChris Rebert26-98/+98
[skip sauce]
2014-11-13Use a 40x40 image for the `navbar` brand image example.XhmikosR1-1/+1
Saves 3.4KB.
2014-11-13Merge pull request #15120 from twbs/fix-forms-docChris Rebert1-3/+8
Fix .form-inline docs example
2014-11-13Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x.XhmikosR2-125/+243
Fixes #15105.
2014-11-13Fix .form-inline docs exampleChris Rebert1-3/+8
Make sample code match live example Move <label> out of .input-group into .form-group instead Change field from Email to Username to make it less redundant, slightly more realistic Add <label> for Username field for consistency Fixes #15118
2014-11-13escaped uriZac Echola1-1/+1
2014-11-12Merge pull request #15110 from twbs/ios-clickabilityChris Rebert1-1/+1
add link to MDN docs regarding iOS Safari element clickability