aboutsummaryrefslogtreecommitdiff
path: root/docs/components
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26add some disabled navbar link examplesMark Otto1-3/+3
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-25Fixes #21195: Add more table of contents to pages with longer contentsMark Otto1-0/+5
2016-11-23Fixes #21114: clarify by removing mention of nestingMark Otto1-1/+1
2016-11-16Merge pull request #21086 from ETNOL/feature/OmitXsFromGridMark Otto2-36/+36
Feature/omit xs from grid
2016-11-09Fix broken and redirected links.Bardi Harborow3-3/+3
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte2-36/+36
2016-10-31Responsive display utilities (#20934)Mark Otto3-14/+14
* 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-31Make spacer utils responsive (#20926)Mark Otto1-1/+1
* 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-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-28add horizontal form examplesMark Otto1-0/+35
2016-10-28rework some copyMark Otto1-3/+11
2016-10-27Merge pull request #19887 from ryanburnett/v4-devMark Otto1-6/+12
Alphabetized carousel options & added "ride" to it
2016-10-27cleaned up the docs to complete the change from tag to badgejudetucker2-11/+11
2016-10-27Merge pull request #21028 from judetucker/card_docs_floatMark Otto1-1/+1
Docs correction to change .pull to .float on Card docs
2016-10-27fixes #18565: mention carousel sizing in docsMark Otto1-0/+2
2016-10-27fixes #21000: Remove margin from static form control exampleMark Otto1-1/+1
2016-10-27Docfix: Typo default -> secondary, and reorderEinar Gangsø1-6/+6
2016-10-26change the header nav description to include the new floatjudetucker1-1/+1
2016-10-26Rename .tag to .badge to avoid conflicting with WordPressMark Otto3-53/+53
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S3-10/+10
2016-10-19alt attributesMark Otto1-2/+2
2016-10-19More navbar example content with formsMark Otto1-0/+39
2016-10-18Tweak that navbar brand image alignment with new vertical align utilsMark Otto1-1/+1
2016-10-18add examples of images in the navbar-brand sectionMark Otto1-0/+21
2016-10-17more html lintingMark Otto1-2/+2
2016-10-17html lintingMark Otto1-3/+3
2016-10-17docs copyMark Otto1-1/+1
2016-10-17document new navbar classes and styles, update responsive variation, fix ↵Mark Otto1-17/+31
broken float classes
2016-10-16drop data-target so the dropdown link worksMark Otto1-1/+1
2016-10-16Merge branch 'v4-navbars' of github.com:twbs/bootstrap into v4-navbarsMark Otto1-1/+34
2016-10-16Merge branch 'v4-dev' into v4-navbarsMark Otto22-518/+153
2016-10-15Merge pull request #20890 from bardiharborow/scrollspy-docsMark Otto1-2/+2
Update scrollspy navbar example.
2016-10-13Fixes #20897 - Changed btn-default for btn-secondary on V4's Modal ↵Rodrigo Castro1-1/+1
documentation page
2016-10-13Update scrollspy navbar example.Bardi Harborow1-2/+2
2016-10-11Collapse using card componentJohann-S1-0/+1
2016-10-09remove arrows from popovers docsMark Otto1-4/+0
2016-10-09remove arrow from static html demosMark Otto1-4/+0
2016-10-09Use correct class for validation coloring on label elementsMark Otto1-3/+3
2016-10-09Don't use collapse classes on elements with paddingMark Otto1-6/+12
Fixes #20600.
2016-10-09Update static form controlMark Otto1-2/+2
- Remove margin-bottom override in favor of .mb-0 utility class - Apply the input line-height styles to match - Remove the min-height to match the input
2016-10-09separate out the custom html exampleMark Otto1-0/+5
2016-10-09Merge branch 'v4-dev' of https://github.com/dumb/bootstrap into dumb-v4-devMark Otto1-1/+9
2016-10-09fix bad mergeMark Otto1-1/+0
2016-10-09Merge branch 'v4-dev' into v4-navbarsMark Otto13-48/+43
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto21-27/+50
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow8-20/+20
2016-10-02Updated documentation of the focus option from the modal component. (#19409)Patrick van Hesteren1-0/+6
2016-10-02Merge branch 'v4-dev' into v4-navbarsMark Otto21-0/+21
2016-10-02v4: Social meta tags (#20825)Mark Otto21-0/+21
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements