aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-10-30Fixes #20975: removed trailing whitespaceValentine Abanosimov1-1/+1
2016-10-30Fixes #20975: made navbar-text color on navbar-dark equal to non-hovered ↵Valentine Abanosimov1-0/+8
link color
2016-10-28gruntMark Otto16-12/+24
2016-10-28Merge pull request #21041 from twbs/horizontal-form-validation-exampleMark Otto2-3/+47
Horizontal form validation example
2016-10-28add horizontal form examplesMark Otto1-0/+35
2016-10-28rework some copyMark Otto1-3/+11
2016-10-28include .col-form-label in the form validation field mixinMark Otto1-0/+1
2016-10-28Merge pull request #17536 from Johann-S/testPaddingMark Otto1-0/+38
[Fix #17400] Add tests about padding restoration
2016-10-27gruntMark Otto25-45/+63
2016-10-27Merge branch 'issue19217' of https://github.com/alberto/bootstrap into ↵Mark Otto1-6/+16
alberto-issue19217
2016-10-27Merge pull request #19887 from ryanburnett/v4-devMark Otto1-6/+12
Alphabetized carousel options & added "ride" to it
2016-10-27Merge pull request #19915 from zalog/patch-9Mark Otto1-0/+1
Zero out the default margin-bottom on label.custom-file
2016-10-27Merge pull request #20101 from heath3/patch-1Mark Otto1-11/+9
Re-use 'between' mixin for 'only' mixin
2016-10-27gruntMark Otto10-40/+39
2016-10-27follow up to #20441: move file to correct placeMark Otto1-0/+0
2016-10-27Merge pull request #20225 from morishitter/v4-devMark Otto1-0/+2
Add some properties to the list of property order in .scss-lint.yml
2016-10-27Merge pull request #20441 from cortopy/visibility-mixinMark Otto3-1/+7
Visibility mixin
2016-10-27Merge pull request #18851 from ju1ius/patch-1Mark Otto1-3/+9
Don't clearfix if flexbox is enabled. Fixes #18849
2016-10-27switch to rgba for list-group border colorMark Otto1-1/+1
matches the card border-color, fixes #20129
2016-10-27Merge pull request #21032 from twbs/flexbox-input-groupMark Otto1-1/+14
Proper input group sizing and alignment in flexbox mode
2016-10-27Merge pull request #21033 from twbs/label-less-custom-controlsMark Otto1-0/+1
Add a min-height: 1.5rem; to custom controls
2016-10-27Merge pull request #21034 from twbs/better-custom-control-alignmentMark Otto1-1/+1
Calculcate the top offset for custom control indicators
2016-10-27gruntMark Otto4-4/+4
2016-10-27Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto3-16/+16
2016-10-27gruntMark Otto25-19/+25
2016-10-27Merge branch 'patch-1' of https://github.com/tomhorvat/bootstrap into ↵Mark Otto2-0/+2
tomhorvat-patch-1
2016-10-27Merge pull request #20734 from beausmith/button-outline-variantMark Otto1-5/+5
Remove hard-coded value in button-outline-variant
2016-10-27Merge pull request #21035 from judetucker/badge_cleanupMark Otto2-11/+11
cleaned up the docs to complete the change from .tag to .badge
2016-10-27Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto59-421/+971
2016-10-27cleaned up the docs to complete the change from tag to badgejudetucker2-11/+11
2016-10-27Calculcate the top offset for custom control indicatorsMark Otto1-1/+1
Fixes #21023. Uses some math functions to determine what the offset should be. This is helpful for those who customize the size of their indicators and still want them vertically centered.
2016-10-27Add a min-height: 1.5rem; to custom controlsMark Otto1-0/+1
Fixes #20730. This change computes the minimum needed height of what a single line of text would be for the custom checkboxes/radios. This is required because our custom control indicators are positioned absolutely, meaning they cannot be clearfixed or anything like that. Using a computed value means it should scale nicely in case of customization
2016-10-27property orderMark Otto1-1/+1
2016-10-27Ensure proper sizing of and alignment of content within input group addons ↵Mark Otto1-1/+14
and buttons Fixes #20927.
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 #17631: Add mention of removed .btn-group-justifiedMark Otto1-0/+1
It was only available for anchor elements and not button elements, so it was super weird to support. Might be bringing it back with flexbox though in v4 as an option.
2016-10-27gruntMark Otto49-362/+819
2016-10-27rework flex grid autolayout docsMark Otto1-2/+10
Adds clearer headings to each section, reworks some copy to be more direct.
2016-10-27unrelated change; bold that stuff to emphasize itMark Otto1-2/+2
2016-10-27Merge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into ↵Mark Otto2-0/+35
alanmoo-auto-flex-col
2016-10-27Merge pull request #21027 from twbs/document-zindexMark Otto3-4/+24
Document zindex
2016-10-27Change variable for modal backdrop zindex, rearrange to be ordered from ↵Mark Otto3-7/+7
lowest to highest
2016-10-27Document our z-index valuesMark Otto1-0/+20
Fixes #18532
2016-10-27fixes #18565: mention carousel sizing in docsMark Otto1-0/+2
2016-10-27Fixes #20498: Warn about flexbox bugs in our flex grid docsMark Otto1-0/+1
2016-10-27fixes #21000: Remove margin from static form control exampleMark Otto1-1/+1
2016-10-27Merge pull request #21024 from eigan/fixdoc-secondary-dropdownMark Otto1-6/+6
Docfix: Change label from Default to Secondary, and reorder dropdowns
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-26Merge pull request #20938 from JPeer264/feature/sass-docMark Otto1-45/+71
Docs: Sass Variables Table of Contents