aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26gruntMark Otto10-7/+64
2016-11-26Add .rounded-0 utility class (#21214)Ken Dale1-6/+8
* Add rounded-0 class
2016-11-26Border utilities (#21213)Mark Otto16-10/+74
* grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils
2016-11-26Add .no-gutters option to remove gutters from rows (#21211)Mark Otto1-1/+30
Fixes #19107.
2016-11-26gruntMark Otto10-15/+56
2016-11-26Merge pull request #21076 from 3dd13/use-rounded-circle-in-carousel-exampleMark Otto1-3/+3
in carousel example, replace img-circle by rounded-circle css class
2016-11-26Merge pull request #21204 from ounziw/patch-1Mark Otto1-9/+9
grid-breakpoint fix [document]
2016-11-26Merge pull request #21205 from twbs/navbar-disabledMark Otto1-3/+3
v4 disabled navbar links
2016-11-26Move .table-responsive to .table instead of as a parentMark Otto1-141/+133
2016-11-26gruntMark Otto2-3/+3
2016-11-26gruntMark Otto6-12/+12
2016-11-26gruntMark Otto6-10/+23
2016-11-26add some disabled navbar link examplesMark Otto1-3/+3
2016-11-26Implement container option for tooltips and popovers.andyexeter1-1/+1
2016-11-26grid-breakpoint fixFumito Mizuno1-9/+9
grid-breakpoint for sm is 576px https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L186 current document shows 544px, but it should be 576px
2016-11-25gruntMark Otto4-3/+18
2016-11-25Refactor Dashboard example. (#21140)Bardi Harborow2-106/+103
2016-11-25v4: Flexbox nav options (#21201)Mark Otto1-4/+92
* Add some flexbox nav components - Includes .nav-justified for inline, tab, and pill nav components - Includes example of using the flex utils (.d- and .flex-items-) for centered nav * redo heading hierarchy a bit
2016-11-25gruntMark Otto2-3/+8
2016-11-25gruntMark Otto12-116/+116
2016-11-25gruntMark Otto11-30/+89
2016-11-25gruntMark Otto12-174/+210
2016-11-25Fixes #21195: Add more table of contents to pages with longer contentsMark Otto9-3/+48
2016-11-25gruntMark Otto8-10/+10
2016-11-23Fixes #21114: clarify by removing mention of nestingMark Otto1-1/+1
2016-11-23Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+10
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 Otto16-230/+231
2016-11-16Merge pull request #21086 from ETNOL/feature/OmitXsFromGridMark Otto12-143/+143
Feature/omit xs from grid
2016-11-16Fix padding on .bg-faded demo.Bardi Harborow1-1/+2
2016-11-13it's → itsDaniel Lo Nigro1-1/+1
Small grammar fix.
2016-11-09gruntMark Otto8-8/+14
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-09Fix broken and redirected links.Bardi Harborow10-12/+12
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-03replace img-circle by rounded-circle css classEddie Lau 3dd131-3/+3
2016-11-01Linked to slackJonathan1-1/+1
2016-10-31gruntMark Otto10-104/+399
2016-10-31Responsive display utilities (#20934)Mark Otto7-24/+25
* 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 Otto13-91/+2827
2016-10-31Make spacer utils responsive (#20926)Mark Otto3-15/+23
* 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-31Fixes #21057, fixes utilities link on typography documentation page (#21058)Rodrigo Castro1-1/+1
2016-10-30gruntMark Otto10-14/+34
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.