aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26Remove 'xs' from text utilities (#21217)Starsam8011-44/+52
2016-11-26update scss linter to allow multiple spaces before on single lineMark Otto1-1/+1
2016-11-26gruntMark Otto22-116/+44
2016-11-26Remove most border-radius properties and instead use overflow: hidden; to ↵Mark Otto1-15/+1
properly round corners of a full progress bar. (#21216) Fixes #19065.
2016-11-26Tweak jQuery-not-found error message to mention required ordering (#19024)Stephanie Purvis1-1/+1
2016-11-26minor docs content tweaks to fix #18997Mark Otto1-1/+1
2016-11-26Update comment for use of IE9 hack to fix #18082Mark Otto1-1/+2
2016-11-26Merge branch 'container-tooltip-option' into v4-devMark Otto2-4/+8
2016-11-26gruntMark Otto16-32/+169
2016-11-26Update migration file for renamed image classes (#21215)Stephen Puiszis1-0/+2
2016-11-26Update inline forms (updated docs and new flexbox styles) (#21212)Mark Otto4-65/+125
* fix form-inline with flex enabled * grunt * fix alignment of labels * shorter if syntax * add new form example to docs for now * update inline form docs usage guidelines * responsive margins * better margin utils * fix sizing of .form-check * flexbox alignment of .form-check * no need to change direction * support custom controls in inline form, for default and flex modes * add example of custom select and checks to docs * remove hidden and visible label variants since we cover that in the usage guidelines at the start and include hidden labels everywhere * use property value instead of layout name * apply to all labels * add a visible label, space it out * add id
2016-11-26gruntMark Otto18-13/+118
2016-11-26Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-9/+42
2016-11-26Add .rounded-0 utility class (#21214)Ken Dale2-6/+12
* Add rounded-0 class
2016-11-26Border utilities (#21213)Mark Otto29-22/+119
* grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils
2016-11-26gruntMark Otto26-19/+89
2016-11-26Add .no-gutters option to remove gutters from rows (#21211)Mark Otto2-1/+42
Fixes #19107.
2016-11-26gruntMark Otto24-35/+116
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 Otto2-3/+11
v4 disabled navbar links
2016-11-26Merge pull request #21208 from twbs/table-responsive-docsMark Otto2-147/+140
Update .table-responsive
2016-11-26uncomment autohiding scroll and remove commented out borderMark Otto1-5/+1
2016-11-26update commentMark Otto1-2/+2
2016-11-26Move .table-responsive to .table instead of as a parentMark Otto1-141/+133
2016-11-26prevent double border on responsive .table-borderMark Otto1-0/+5
2016-11-26Merge pull request #21203 from twbs/conditional-transition-animationsMark Otto2-5/+11
Wrap .fade and .collapsing transition properties in $enable-transitions
2016-11-26Merge pull request #21207 from twbs/modal-sizesMark Otto1-2/+2
Tweak modal sizes
2016-11-26Merge pull request #18900 from vlastikcz/v4-dev-buttonChangeMark Otto2-1/+21
Button toggling - trigger change event on input. Fixes #16673, fixes #17599.
2016-11-26Merge pull request #19058 from Johann-S/carouselInputMark Otto2-2/+33
Carousel - Do not prevent on keydown for input and textarea
2016-11-26Merge branch 'v4-dev' into modal-sizesMark Otto23-40/+62
2016-11-26gruntMark Otto1-1/+1
2016-11-26Follow up fix to #19953 for linting error in buildsMark Otto1-1/+1
See https://travis-ci.org/twbs/bootstrap/jobs/179010884 for build failure
2016-11-26gruntMark Otto6-8/+8
2016-11-26Merge branch 'v4-dev-18796' of https://github.com/maxbeatty/bootstrap into ↵Mark Otto2-1/+23
maxbeatty-v4-dev-18796
2016-11-26gruntMark Otto12-24/+24
2016-11-26Merge pull request #21206 from twbs/gray-lightestMark Otto1-5/+5
Update use of $gray-lightest variable
2016-11-26decrease size of modal-md and modal-lg to ensure fitting in responsive layoutsMark Otto1-2/+2
2016-11-26gruntMark Otto14-26/+48
2016-11-26Dropdown perf - on keyboard nav, find active item in the active dropdown ↵Pierre-Denis Vanduynslager1-5/+1
rather than the whole document (#19953)
2016-11-26change instances of hardcoded lightest gray to sass variable -lightestMark Otto1-2/+2
2016-11-26change uses of #f5f5f5 to -lightestMark Otto1-3/+3
2016-11-26add some disabled navbar link examplesMark Otto1-3/+3
2016-11-26add disabled classes to light and dark navbar nav-linksMark Otto1-0/+8
2016-11-26Implement container option for tooltips and popovers.andyexeter2-4/+8
2016-11-25fix nesting and syntax errorMark Otto1-30/+29
2016-11-25Start renaming carousel classesMark Otto1-46/+48
- Un-nests .carousel-item - Appends .carousel-item- to .left, .right, .next, and .prev - Chain .carousel-item to .active where approproriate
2016-11-25Update bootstrap-grid.scss to include box-sizing and responsive changes (#21202)Mark Otto1-0/+19
2016-11-25Add test unit to check logic of ignoreBackdropClick (#18245)Johann1-0/+13
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