aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-23Fixes #21123: More specific definition of fixed-width block level for .mx-autoMark Otto1-1/+1
2016-11-23Fixes #21179: docs typos on pull/float actionMark Otto1-2/+2
2016-11-22Add Wall of Browser Bugs entry for #21120Chris Rebert1-0/+10
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=510079 Closes #21120 [skip sauce]
2016-11-16gruntMark Otto28-403/+404
2016-11-16Merge pull request #21086 from ETNOL/feature/OmitXsFromGridMark Otto13-155/+187
Feature/omit xs from grid
2016-11-16Merge pull request #21121 from bardiharborow/visual-testsMark Otto10-790/+760
Update visual tests.
2016-11-16Merge pull request #21122 from bardiharborow/badge-print-stylesMark Otto1-1/+1
Change .tag print styles to .badge.
2016-11-16Merge pull request #21141 from bardiharborow/bg-faded-demo-paddingMark Otto1-1/+2
Fix padding on .bg-faded demo.
2016-11-16Fix padding on .bg-faded demo.Bardi Harborow1-1/+2
2016-11-13Merge pull request #21124 from Daniel15/patch-1Patrick H. Lauke1-1/+1
it's → its
2016-11-13it's → itsDaniel Lo Nigro1-1/+1
Small grammar fix.
2016-11-13Change .tag print styles to .badge.Bardi Harborow1-1/+1
2016-11-13Update visual tests.Bardi Harborow10-790/+760
2016-11-10renamed modal-title-padding to modal-header-paddingElliot Evans2-2/+2
2016-11-09gruntMark Otto16-16/+28
2016-11-09Merge pull request #21107 from twbs/a11yfixMark Otto2-11/+12
Fix MS A11y UserVoice entry in Most Wanted Features list
2016-11-08browser-features.yml: Fix MS A11y UserVoice entryChris Rebert1-11/+11
And move one Firefox entry to keep the entries sorted by browser. Refs #21089
2016-11-08docs/_plugins/bugify.rb: Add support for MS A11y UserVoice ideasChris Rebert1-0/+1
Refs #21089 [ci skip]
2016-11-08Merge pull request #21062 from vanillajonathan/patch-1Mark Otto1-1/+1
Linked to slack
2016-11-08Merge pull request #21099 from bardiharborow/linksMark Otto10-12/+12
Fix broken and redirected links.
2016-11-09Fix broken and redirected links.Bardi Harborow10-12/+12
2016-11-06Merge pull request #21095 from patrickhlauke/v4-docs-print-fixesPatrick H. Lauke1-1/+4
Scope ::first-letter selector for print styles
2016-11-06Scope ::first-letter selector for print stylesPatrick H. Lauke1-1/+4
`*::first-letter` causes problems in IE11 - only prints first page of a multi-page document
2016-11-05Merge pull request #21089 from patrickhlauke/v4-devPatrick H. Lauke2-0/+30
Add Safari skip link bug and Firefox/Edge AT focus feature requests
2016-11-05Add browser features around virtual/accessibility focusPatrick H. Lauke1-0/+20
These would help in making hidden skip links show up visually once they receive AT focus (for sighted/partially sighted AT users)
2016-11-05Add Safari skip link bugPatrick H. Lauke1-0/+10
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte12-143/+143
2016-11-04Update grid mixins to omit lowest breakpointEric Nolte1-12/+44
The new breakpiont-limited class pattern is to omit the breakpoint size when using the lowest size eg. col-xs-12 to col-12. This commit implements this pattern to the grid system.
2016-11-03replace img-circle by rounded-circle css classEddie Lau 3dd131-3/+3
2016-11-01Linked to slackJonathan1-1/+1
2016-10-31gruntMark Otto22-214/+808
2016-10-31Responsive display utilities (#20934)Mark Otto12-50/+73
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
2016-10-31gruntMark Otto36-227/+5740
2016-10-31Make spacer utils responsive (#20926)Mark Otto5-36/+77
* make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates
2016-10-31Making .tooltip('show') throw an error on elements with display:none (#20940)Johann3-0/+28
2016-10-31Move from $.proxy to es6 arrow functions. (#21049)Bardi Harborow6-18/+14
2016-10-31Fixes #21057, fixes utilities link on typography documentation page (#21058)Rodrigo Castro1-1/+1
2016-10-31Use variable names for form focus borders (#21050)Alberto Roura1-2/+2
2016-10-30gruntMark Otto22-30/+70
2016-10-30Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto2-2/+5
2016-10-30trailing whitespaceMark Otto1-1/+1
2016-10-30Fix #17964 (#17997)Ilias1-1/+1
* Fix #17964 Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended.
2016-10-30Fix input group sizing in FirefoxCatalin Zalog1-1/+4
Firefox requires a width and flex-basis value to size the input field correctly. Despite the width being 1%, the input will size correctly at all parent widths. http://codepen.io/zalog/pen/bpMJmv
2016-10-30add specific docs example for badged list group itemsMark Otto1-0/+20
floated content has to come first in the DOM, otherwise you can get alignment bugs. in flexbox though, that's not the case. as such, i'm adding this example code to guide folks to the changes needed to move between default and flex modes.
2016-10-30Merge branch 'v4-flex-list-group' of https://github.com/rosskevin/bootstrap ↵Mark Otto1-1/+13
into rosskevin-v4-flex-list-group
2016-10-30gruntMark Otto24-32/+32
2016-10-30Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into ↵Mark Otto4-10/+18
HMUDesign-v4-dev
2016-10-30gruntMark Otto16-12/+44
2016-10-30Merge pull request #21046 from abvalentine/issue-20975Mark Otto1-0/+8
Fixes #20975: navbar-text on navbar-dark and bg-inverse is invisible
2016-10-30Fixes #20975: removed trailing whitespaceValentine Abanosimov1-1/+1