aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-24Update dependencies.XhmikosR2-12/+26
2015-12-24Add aria-describedby to main form controls examplePatrick H. Lauke1-4/+4
2015-12-24Docs: reintroduce aria-describedby advice for help textPatrick H. Lauke1-5/+19
Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life"
2015-12-23Merge pull request #18464 from twbs/btn-block-spacing-yChris Rebert2-1/+3
Introduce $btn-block-spacing-y variable
2015-12-23Merge pull request #18536 from twbs/moz-progressChris Rebert1-30/+30
Uncomment Firefox <progress> styles /fyi @mdo
2015-12-23Uncomment Firefox .progress styles; fixes #18536Chris Rebert1-27/+23
[skip sauce] [skip validator]
2015-12-23Organize existing .progress stylesChris Rebert1-5/+9
2015-12-23Merge pull request #18474 from twbs/breadcrumbs-2.0Chris Rebert4-19/+33
Refactor Breadcrumbs component
2015-12-23Refactor Breadcrumbs componentChris Rebert4-19/+33
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce]
2015-12-23Merge pull request #18656 from twbs/fix-18145-v4Chris Rebert1-139/+197
Update shrinkwrap
2015-12-23Update shrinkwrap; fixes #18145Chris Rebert1-139/+197
2015-12-23Merge pull request #18537 from twbs/utils-dirChris Rebert10-99/+98
Reorganize utilities into more separate files under a `utilities` directory
2015-12-23Reorganize utilities into more separate files under a `/scss/utilities/` ↵Chris Rebert10-99/+98
directory [skip sauce] [skip validator]
2015-12-23Merge pull request #18473 from twbs/fix-18036Chris Rebert2-21/+11
Remove useless .col-*-offset-12 and .col-xs-offset-0 classes
2015-12-23Merge pull request #18655 from twbs/fix-18583Chris Rebert1-0/+3
Apply clearfix to .card-{header,footer,block} /fyi @mdo
2015-12-23Apply clearfix to .card-footerChris Rebert1-0/+1
[skip sauce] [skip validator]
2015-12-23Apply clearfix to .card-header; fixes #18633Chris Rebert1-0/+1
2015-12-23Apply clearfix to .card-block; fixes #18583Chris Rebert1-0/+1
2015-12-23Merge pull request #18648 from patrickhlauke/docs-utilities-tweak1Chris Rebert1-1/+3
Docs: small tweaks to utilities
2015-12-23Clarify what text-capitalize actually doesPatrick H. Lauke1-0/+2
as on first skimming over these, it may not be completely obvious
2015-12-23Change italicized to italicPatrick H. Lauke1-1/+1
...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky...
2015-12-22Merge pull request #18637 from davidjb/v4-fix-utils-docChris Rebert1-0/+3
Fix bulleted lists on Utilities doc
2015-12-22Modal: Ignore spurious `focus` event that Firefox fires at `document` when ↵Chris Rebert1-2/+3
switching back to its tab Fixes #18365 Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1228802
2015-12-22Add visual test for #18365Chris Rebert1-0/+43
See also https://bugzilla.mozilla.org/show_bug.cgi?id=1228802
2015-12-23Fix bulleted lists on Utilities docDavid\ Beitey1-0/+3
2015-12-22js/tests/unit/modal.js: Fix typoChris Rebert1-1/+1
[ci skip]
2015-12-22Add Windows 10 Mobile / Microsoft EdgePatrick H. Lauke1-0/+11
2015-12-22Clarify platform/web viewPatrick H. Lauke1-1/+1
2015-12-22Add a generic note about webkit/blink/gecko/web view browsersPatrick H. Lauke1-1/+1
2015-12-21Merge pull request #18624 from twbs/fix-18619Chris Rebert1-1/+1
Migration guide: .panel-title's closest replacement is .card-header
2015-12-21Migration guide: .panel-title's closest replacement is .card-header; fixes ↵Chris Rebert1-1/+1
#18619 [skip sauce]
2015-12-21Merge pull request #18622 from twbs/fix-18535Chris Rebert2-10/+10
Use variables for .progress base colors /fyi @mdo
2015-12-21Actually use $progress-bg instead of hardcoded colorChris Rebert1-4/+4
Refs #18535 [skip sauce]
2015-12-21Set $progress-bg to color we are actually usingChris Rebert1-1/+1
2015-12-21Actually use $progress-bar-color instead of hardcoded colorChris Rebert1-4/+4
Refs #18535
2015-12-21Set $progress-bar-color to color we are currently usingChris Rebert1-1/+1
2015-12-20Merge pull request #18616 from twbs/ie-10-docsChris Rebert1-7/+7
Address IE10 in browser compatibility docs
2015-12-20Address IE10 in browser compatibility docsChris Rebert1-7/+7
[skip sauce]
2015-12-20Expand on proxy browsersPatrick H. Lauke1-1/+1
2015-12-20Keep Safari/Win as Not supportedPatrick H. Lauke1-1/+1
2015-12-20Update info for supported browsersPatrick H. Lauke1-6/+3
2015-12-18Merge pull request #18597 from twbs/finish-17291Chris Rebert1-7/+27
Add RubyGems section to "Download" docs
2015-12-17Add RubyGems section to "Download" docsChris Rebert1-7/+27
Closes #17291 by finishing the last remaining task. Also reorders the sections in the "Download" docs. [skip sauce]
2015-12-16Merge pull request #18463 from twbs/nav-item-marginChris Rebert2-3/+5
Introduce $nav-item-margin variable /fyi @mdo
2015-12-16Merge pull request #18469 from twbs/card-deck-marginChris Rebert2-7/+10
Introduce $card-deck-margin variable /fyi @mdo; happy to tweak the var names if desired
2015-12-16grunt/change-version.js: Remove extra parens around function literals ↵Chris Rebert1-12/+12
because Hound [ci skip]
2015-12-16grunt/change-version.js: Remove extraneous semicolonChris Rebert1-1/+1
[ci skip]
2015-12-16grunt/change-version.js: Add missing semicolonChris Rebert1-1/+1
🏃🏃🏃I don't wanna get diabetes. 🏥 Obey The Mickens!: https://vimeo.com/111122950#t=14m9s [ci skip]
2015-12-16switching position of custom in bootstrap.scss for better efficiencyStephanie Kendall1-1/+1
2015-12-16Merge pull request #18541 from patrickhlauke/progress-patch1Patrick H. Lauke1-3/+0
remove generated content value for progress