]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
8 years agobrowser-features.yml: Fix MS A11y UserVoice entry 21107/head
Chris Rebert [Wed, 9 Nov 2016 02:22:06 +0000 (18:22 -0800)] 
browser-features.yml: Fix MS A11y UserVoice entry

And move one Firefox entry to keep the entries sorted by browser.
Refs #21089

8 years agodocs/_plugins/bugify.rb: Add support for MS A11y UserVoice ideas
Chris Rebert [Wed, 9 Nov 2016 02:19:05 +0000 (18:19 -0800)] 
docs/_plugins/bugify.rb: Add support for MS A11y UserVoice ideas

Refs #21089
[ci skip]

8 years agoMerge pull request #21062 from vanillajonathan/patch-1
Mark Otto [Tue, 8 Nov 2016 21:33:23 +0000 (13:33 -0800)] 
Merge pull request #21062 from vanillajonathan/patch-1

Linked to slack

8 years agoMerge pull request #21099 from bardiharborow/links
Mark Otto [Tue, 8 Nov 2016 21:32:50 +0000 (13:32 -0800)] 
Merge pull request #21099 from bardiharborow/links

Fix broken and redirected links.

8 years agoFix broken and redirected links. 21099/head
Bardi Harborow [Tue, 8 Nov 2016 12:36:04 +0000 (23:36 +1100)] 
Fix broken and redirected links.

8 years agoMerge pull request #21095 from patrickhlauke/v4-docs-print-fixes
Patrick H. Lauke [Sun, 6 Nov 2016 21:06:39 +0000 (22:06 +0100)] 
Merge pull request #21095 from patrickhlauke/v4-docs-print-fixes

Scope ::first-letter selector for print styles

8 years agoScope ::first-letter selector for print styles 21095/head
Patrick H. Lauke [Sun, 6 Nov 2016 21:02:29 +0000 (21:02 +0000)] 
Scope ::first-letter selector for print styles

`*::first-letter` causes problems in IE11 - only prints first page of a
multi-page document

8 years agoMerge pull request #21089 from patrickhlauke/v4-dev
Patrick H. Lauke [Sat, 5 Nov 2016 15:30:56 +0000 (16:30 +0100)] 
Merge pull request #21089 from patrickhlauke/v4-dev

Add Safari skip link bug and Firefox/Edge AT focus feature requests

8 years agoAdd browser features around virtual/accessibility focus 21089/head
Patrick H. Lauke [Sat, 5 Nov 2016 15:27:26 +0000 (15:27 +0000)] 
Add browser features around virtual/accessibility focus

These would help in making hidden skip links show up visually once they
receive AT focus (for sighted/partially sighted AT users)

8 years agoAdd Safari skip link bug
Patrick H. Lauke [Sat, 5 Nov 2016 15:17:49 +0000 (15:17 +0000)] 
Add Safari skip link bug

8 years agoLinked to slack 21062/head
Jonathan [Tue, 1 Nov 2016 14:37:47 +0000 (15:37 +0100)] 
Linked to slack

8 years agogrunt 21067/head
Mark Otto [Tue, 1 Nov 2016 04:36:10 +0000 (21:36 -0700)] 
grunt

8 years agoResponsive display utilities (#20934)
Mark Otto [Tue, 1 Nov 2016 04:27:56 +0000 (21:27 -0700)] 
Responsive display utilities (#20934)

* 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

8 years agogrunt
Mark Otto [Tue, 1 Nov 2016 04:14:23 +0000 (21:14 -0700)] 
grunt

8 years agoMake spacer utils responsive (#20926)
Mark Otto [Tue, 1 Nov 2016 04:13:05 +0000 (21:13 -0700)] 
Make spacer utils responsive (#20926)

* 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

8 years agoMaking .tooltip('show') throw an error on elements with display:none (#20940)
Johann [Tue, 1 Nov 2016 03:33:53 +0000 (04:33 +0100)] 
Making .tooltip('show') throw an error on elements with display:none (#20940)

8 years agoMove from $.proxy to es6 arrow functions. (#21049)
Bardi Harborow [Tue, 1 Nov 2016 03:32:36 +0000 (14:32 +1100)] 
Move from $.proxy to es6 arrow functions. (#21049)

8 years agoFixes #21057, fixes utilities link on typography documentation page (#21058)
Rodrigo Castro [Tue, 1 Nov 2016 02:27:40 +0000 (00:27 -0200)] 
Fixes #21057, fixes utilities link on typography documentation page (#21058)

8 years agoUse variable names for form focus borders (#21050)
Alberto Roura [Mon, 31 Oct 2016 16:12:00 +0000 (02:12 +1000)] 
Use variable names for form focus borders (#21050)

8 years agogrunt
Mark Otto [Sun, 30 Oct 2016 22:21:53 +0000 (15:21 -0700)] 
grunt

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Sun, 30 Oct 2016 21:48:42 +0000 (14:48 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agotrailing whitespace
Mark Otto [Sun, 30 Oct 2016 21:48:35 +0000 (14:48 -0700)] 
trailing whitespace

8 years agoFix #17964 (#17997)
Ilias [Sun, 30 Oct 2016 21:47:14 +0000 (23:47 +0200)] 
Fix #17964 (#17997)

* 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.

8 years agoFix input group sizing in Firefox
Catalin Zalog [Sun, 30 Oct 2016 21:43:10 +0000 (23:43 +0200)] 
Fix input group sizing in Firefox

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

8 years agoadd specific docs example for badged list group items
Mark Otto [Sun, 30 Oct 2016 21:13:06 +0000 (14:13 -0700)] 
add specific docs example for badged list group items

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.

8 years agoMerge branch 'v4-flex-list-group' of https://github.com/rosskevin/bootstrap into...
Mark Otto [Sun, 30 Oct 2016 20:49:46 +0000 (13:49 -0700)] 
Merge branch 'v4-flex-list-group' of https://github.com/rosskevin/bootstrap into rosskevin-v4-flex-list-group

8 years agogrunt
Mark Otto [Sun, 30 Oct 2016 20:40:11 +0000 (13:40 -0700)] 
grunt

8 years agoMerge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into HMUDesign-v4-dev
Mark Otto [Sun, 30 Oct 2016 20:38:44 +0000 (13:38 -0700)] 
Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into HMUDesign-v4-dev

8 years agogrunt
Mark Otto [Sun, 30 Oct 2016 20:37:11 +0000 (13:37 -0700)] 
grunt

8 years agoMerge pull request #21046 from abvalentine/issue-20975
Mark Otto [Sun, 30 Oct 2016 20:32:21 +0000 (13:32 -0700)] 
Merge pull request #21046 from abvalentine/issue-20975

Fixes #20975: navbar-text on navbar-dark and bg-inverse is invisible

8 years agoFixes #20975: removed trailing whitespace 21046/head
Valentine Abanosimov [Sun, 30 Oct 2016 18:57:04 +0000 (21:57 +0300)] 
Fixes #20975: removed trailing whitespace

8 years agoFixes #20975: removed trailing whitespace
Valentine Abanosimov [Sun, 30 Oct 2016 18:51:16 +0000 (21:51 +0300)] 
Fixes #20975: removed trailing whitespace

8 years agoFixes #20975: made navbar-text color on navbar-dark equal to non-hovered link color
Valentine Abanosimov [Sun, 30 Oct 2016 18:37:47 +0000 (21:37 +0300)] 
Fixes #20975: made navbar-text color on navbar-dark equal to non-hovered link color

8 years agogrunt
Mark Otto [Sat, 29 Oct 2016 02:28:41 +0000 (19:28 -0700)] 
grunt

8 years agoMerge pull request #21041 from twbs/horizontal-form-validation-example
Mark Otto [Sat, 29 Oct 2016 02:19:33 +0000 (19:19 -0700)] 
Merge pull request #21041 from twbs/horizontal-form-validation-example

Horizontal form validation example

8 years agoadd horizontal form examples 21041/head
Mark Otto [Fri, 28 Oct 2016 23:38:30 +0000 (16:38 -0700)] 
add horizontal form examples

8 years agorework some copy
Mark Otto [Fri, 28 Oct 2016 23:36:09 +0000 (16:36 -0700)] 
rework some copy

8 years agoinclude .col-form-label in the form validation field mixin
Mark Otto [Fri, 28 Oct 2016 23:35:47 +0000 (16:35 -0700)] 
include .col-form-label in the form validation field mixin

8 years agoMerge pull request #17536 from Johann-S/testPadding
Mark Otto [Fri, 28 Oct 2016 20:46:14 +0000 (13:46 -0700)] 
Merge pull request #17536 from Johann-S/testPadding

[Fix #17400] Add tests about padding restoration

8 years agogrunt
Mark Otto [Fri, 28 Oct 2016 05:29:10 +0000 (22:29 -0700)] 
grunt

8 years agoMerge branch 'issue19217' of https://github.com/alberto/bootstrap into alberto-issue19217
Mark Otto [Fri, 28 Oct 2016 05:28:24 +0000 (22:28 -0700)] 
Merge branch 'issue19217' of https://github.com/alberto/bootstrap into alberto-issue19217

8 years agoMerge pull request #19887 from ryanburnett/v4-dev
Mark Otto [Fri, 28 Oct 2016 05:21:06 +0000 (22:21 -0700)] 
Merge pull request #19887 from ryanburnett/v4-dev

Alphabetized carousel options & added "ride" to it

8 years agoMerge pull request #19915 from zalog/patch-9
Mark Otto [Fri, 28 Oct 2016 05:20:26 +0000 (22:20 -0700)] 
Merge pull request #19915 from zalog/patch-9

Zero out the default margin-bottom on label.custom-file

8 years agoMerge pull request #20101 from heath3/patch-1
Mark Otto [Fri, 28 Oct 2016 05:17:48 +0000 (22:17 -0700)] 
Merge pull request #20101 from heath3/patch-1

Re-use 'between' mixin for 'only' mixin

8 years agogrunt
Mark Otto [Fri, 28 Oct 2016 05:11:22 +0000 (22:11 -0700)] 
grunt

8 years agofollow up to #20441: move file to correct place
Mark Otto [Fri, 28 Oct 2016 05:11:19 +0000 (22:11 -0700)] 
follow up to #20441: move file to correct place

8 years agoMerge pull request #20225 from morishitter/v4-dev
Mark Otto [Fri, 28 Oct 2016 05:09:10 +0000 (22:09 -0700)] 
Merge pull request #20225 from morishitter/v4-dev

Add some properties to the list of property order in .scss-lint.yml

8 years agoMerge pull request #20441 from cortopy/visibility-mixin
Mark Otto [Fri, 28 Oct 2016 05:06:47 +0000 (22:06 -0700)] 
Merge pull request #20441 from cortopy/visibility-mixin

Visibility mixin

8 years agoMerge pull request #18851 from ju1ius/patch-1
Mark Otto [Fri, 28 Oct 2016 04:58:14 +0000 (21:58 -0700)] 
Merge pull request #18851 from ju1ius/patch-1

Don't clearfix if flexbox is enabled. Fixes #18849

8 years agoMerge pull request #21032 from twbs/flexbox-input-group
Mark Otto [Fri, 28 Oct 2016 04:23:48 +0000 (21:23 -0700)] 
Merge pull request #21032 from twbs/flexbox-input-group

Proper input group sizing and alignment in flexbox mode

8 years agoMerge pull request #21033 from twbs/label-less-custom-controls
Mark Otto [Fri, 28 Oct 2016 04:23:04 +0000 (21:23 -0700)] 
Merge pull request #21033 from twbs/label-less-custom-controls

Add a min-height: 1.5rem; to custom controls

8 years agoMerge pull request #21034 from twbs/better-custom-control-alignment
Mark Otto [Fri, 28 Oct 2016 04:22:24 +0000 (21:22 -0700)] 
Merge pull request #21034 from twbs/better-custom-control-alignment

Calculcate the top offset for custom control indicators

8 years agogrunt
Mark Otto [Fri, 28 Oct 2016 03:04:33 +0000 (20:04 -0700)] 
grunt

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Fri, 28 Oct 2016 03:04:04 +0000 (20:04 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agogrunt
Mark Otto [Fri, 28 Oct 2016 03:03:56 +0000 (20:03 -0700)] 
grunt

8 years agoMerge branch 'patch-1' of https://github.com/tomhorvat/bootstrap into tomhorvat-patch-1
Mark Otto [Fri, 28 Oct 2016 03:02:59 +0000 (20:02 -0700)] 
Merge branch 'patch-1' of https://github.com/tomhorvat/bootstrap into tomhorvat-patch-1

8 years agoMerge pull request #20734 from beausmith/button-outline-variant
Mark Otto [Fri, 28 Oct 2016 02:58:48 +0000 (19:58 -0700)] 
Merge pull request #20734 from beausmith/button-outline-variant

Remove hard-coded value in button-outline-variant

8 years agoMerge pull request #21035 from judetucker/badge_cleanup
Mark Otto [Fri, 28 Oct 2016 02:57:11 +0000 (19:57 -0700)] 
Merge pull request #21035 from judetucker/badge_cleanup

cleaned up the docs to complete the change from .tag to .badge

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Fri, 28 Oct 2016 02:56:55 +0000 (19:56 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agocleaned up the docs to complete the change from tag to badge 21035/head
judetucker [Thu, 27 Oct 2016 22:03:45 +0000 (15:03 -0700)] 
cleaned up the docs to complete the change from tag to badge

8 years agoCalculcate the top offset for custom control indicators 21034/head
Mark Otto [Thu, 27 Oct 2016 21:41:12 +0000 (14:41 -0700)] 
Calculcate the top offset for custom control indicators

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.

8 years agoAdd a min-height: 1.5rem; to custom controls 21033/head
Mark Otto [Thu, 27 Oct 2016 21:32:56 +0000 (14:32 -0700)] 
Add a min-height: 1.5rem; to custom controls

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

8 years agoproperty order 21032/head
Mark Otto [Thu, 27 Oct 2016 20:46:16 +0000 (13:46 -0700)] 
property order

8 years agoEnsure proper sizing of and alignment of content within input group addons and buttons
Mark Otto [Thu, 27 Oct 2016 20:40:55 +0000 (13:40 -0700)] 
Ensure proper sizing of and alignment of content within input group addons and buttons

Fixes #20927.

8 years agoMerge pull request #21028 from judetucker/card_docs_float
Mark Otto [Thu, 27 Oct 2016 18:51:06 +0000 (11:51 -0700)] 
Merge pull request #21028 from judetucker/card_docs_float

Docs correction to change .pull to .float on Card docs

8 years agoFixes #17631: Add mention of removed .btn-group-justified
Mark Otto [Thu, 27 Oct 2016 17:31:37 +0000 (10:31 -0700)] 
Fixes #17631: Add mention of removed .btn-group-justified

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.

8 years agogrunt
Mark Otto [Thu, 27 Oct 2016 16:51:22 +0000 (09:51 -0700)] 
grunt

8 years agorework flex grid autolayout docs
Mark Otto [Thu, 27 Oct 2016 16:50:25 +0000 (09:50 -0700)] 
rework flex grid autolayout docs

Adds clearer headings to each section, reworks some copy to be more direct.

8 years agounrelated change; bold that stuff to emphasize it
Mark Otto [Thu, 27 Oct 2016 16:49:57 +0000 (09:49 -0700)] 
unrelated change; bold that stuff to emphasize it

8 years agoMerge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into alanmoo...
Mark Otto [Thu, 27 Oct 2016 16:41:33 +0000 (09:41 -0700)] 
Merge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into alanmoo-auto-flex-col

8 years agoMerge pull request #21027 from twbs/document-zindex
Mark Otto [Thu, 27 Oct 2016 16:39:27 +0000 (09:39 -0700)] 
Merge pull request #21027 from twbs/document-zindex

Document zindex

8 years agoChange variable for modal backdrop zindex, rearrange to be ordered from lowest to... 21027/head
Mark Otto [Thu, 27 Oct 2016 16:31:38 +0000 (09:31 -0700)] 
Change variable for modal backdrop zindex, rearrange to be ordered from lowest to highest

8 years agoDocument our z-index values
Mark Otto [Thu, 27 Oct 2016 16:26:23 +0000 (09:26 -0700)] 
Document our z-index values

Fixes #18532

8 years agofixes #18565: mention carousel sizing in docs
Mark Otto [Thu, 27 Oct 2016 16:19:07 +0000 (09:19 -0700)] 
fixes #18565: mention carousel sizing in docs

8 years agoFixes #20498: Warn about flexbox bugs in our flex grid docs
Mark Otto [Thu, 27 Oct 2016 16:03:45 +0000 (09:03 -0700)] 
Fixes #20498: Warn about flexbox bugs in our flex grid docs

8 years agofixes #21000: Remove margin from static form control example
Mark Otto [Thu, 27 Oct 2016 15:58:12 +0000 (08:58 -0700)] 
fixes #21000: Remove margin from static form control example

8 years agoMerge pull request #21024 from eigan/fixdoc-secondary-dropdown
Mark Otto [Thu, 27 Oct 2016 15:53:52 +0000 (08:53 -0700)] 
Merge pull request #21024 from eigan/fixdoc-secondary-dropdown

Docfix: Change label from Default to Secondary, and reorder dropdowns

8 years agoDocfix: Typo default -> secondary, and reorder 21024/head
Einar Gangsø [Thu, 27 Oct 2016 08:12:14 +0000 (10:12 +0200)] 
Docfix: Typo default -> secondary, and reorder

8 years agochange the header nav description to include the new float 21028/head
judetucker [Thu, 27 Oct 2016 05:05:46 +0000 (22:05 -0700)] 
change the header nav description to include the new float

8 years agoMerge pull request #20938 from JPeer264/feature/sass-doc
Mark Otto [Thu, 27 Oct 2016 04:20:25 +0000 (21:20 -0700)] 
Merge pull request #20938 from JPeer264/feature/sass-doc

Docs: Sass Variables Table of Contents

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Thu, 27 Oct 2016 04:16:06 +0000 (21:16 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agoFollow up to #20982 to fix css for modals
Mark Otto [Thu, 27 Oct 2016 04:15:31 +0000 (21:15 -0700)] 
Follow up to #20982 to fix css for modals

8 years agoMerge pull request #21019 from Starsam80/fix-collapse
Mark Otto [Thu, 27 Oct 2016 04:14:16 +0000 (21:14 -0700)] 
Merge pull request #21019 from Starsam80/fix-collapse

Rename .in to .active to fix collapse

8 years agoMerge pull request #21020 from twbs/rename-tag-to-badge
Mark Otto [Thu, 27 Oct 2016 02:53:50 +0000 (19:53 -0700)] 
Merge pull request #21020 from twbs/rename-tag-to-badge

Rename .tag to .badge to avoid conflicting with WordPress

8 years agoRename .tag to .badge to avoid conflicting with WordPress 21020/head
Mark Otto [Thu, 27 Oct 2016 01:33:58 +0000 (18:33 -0700)] 
Rename .tag to .badge to avoid conflicting with WordPress

8 years agoRename .in to .active to fix collapse 21019/head
Starsam80 [Wed, 26 Oct 2016 23:24:46 +0000 (17:24 -0600)] 
Rename .in to .active to fix collapse

8 years agoMerge pull request #20945 from coliff/patch-10
Mark Otto [Wed, 26 Oct 2016 03:02:32 +0000 (20:02 -0700)] 
Merge pull request #20945 from coliff/patch-10

Update Google Analytics snippet to always load via HTTPS

8 years agoMerge pull request #20982 from Johann-S/fix19344
Mark Otto [Wed, 26 Oct 2016 02:57:51 +0000 (19:57 -0700)] 
Merge pull request #20982 from Johann-S/fix19344

Fix #19344 - Use a single class name for opened/expanded/shown state of widgets

8 years agoMerge pull request #20951 from sbaechler/font-weights
Mark Otto [Wed, 26 Oct 2016 02:55:34 +0000 (19:55 -0700)] 
Merge pull request #20951 from sbaechler/font-weights

Use a variable for the default font weights. Fixes #20741

8 years agoMerge pull request #20903 from Starsam80/fix-20395
Mark Otto [Wed, 26 Oct 2016 02:52:14 +0000 (19:52 -0700)] 
Merge pull request #20903 from Starsam80/fix-20395

Remove borders on the top and/or bottom when .list-group-flush is the first and/or last child

8 years agoMerge pull request #20998 from twbs/v4-browser-names
Mark Otto [Wed, 26 Oct 2016 02:25:32 +0000 (19:25 -0700)] 
Merge pull request #20998 from twbs/v4-browser-names

Rename Microsoft Edge to just Edge in docs

8 years agoBody font weight variable 21004/head
tomhorvat [Tue, 25 Oct 2016 13:05:51 +0000 (15:05 +0200)] 
Body font weight variable

8 years agoUse a single class name for opened/expanded/shown state of widgets 20982/head
Johann-S [Mon, 24 Oct 2016 08:57:32 +0000 (10:57 +0200)] 
Use a single class name for opened/expanded/shown state of widgets

8 years agoMerge pull request #20962 from patrickhlauke/v4-fix-unescaped-hash-data-urls
Patrick H. Lauke [Tue, 25 Oct 2016 10:31:29 +0000 (12:31 +0200)] 
Merge pull request #20962 from patrickhlauke/v4-fix-unescaped-hash-data-urls

Fix unescaped `#` in SVG data URLs

8 years agoFixes #20948: Rename Microsoft Edge to just Edge in docs 20998/head
Mark Otto [Tue, 25 Oct 2016 05:12:19 +0000 (22:12 -0700)] 
Fixes #20948: Rename Microsoft Edge to just Edge in docs

8 years agoMerge pull request #20947 from bardiharborow/examples
Mark Otto [Tue, 25 Oct 2016 05:10:35 +0000 (22:10 -0700)] 
Merge pull request #20947 from bardiharborow/examples

Normalize examples and update where relevant.

8 years agoMerge pull request #20994 from ramaboo/v4-dev
Mark Otto [Tue, 25 Oct 2016 04:51:28 +0000 (21:51 -0700)] 
Merge pull request #20994 from ramaboo/v4-dev

Fixing ruby gem version to 4.0.0.alpha5

8 years agoMerge pull request #20973 from pixelbandito/container-gutter-breakpoints
Mark Otto [Tue, 25 Oct 2016 04:49:26 +0000 (21:49 -0700)] 
Merge pull request #20973 from pixelbandito/container-gutter-breakpoints

Container padding uses per-breakpoint gutter sizes, fixes #19304.

8 years agoMerge pull request #20467 from maxbeatty/v4-dev-17754
Mark Otto [Tue, 25 Oct 2016 03:50:52 +0000 (20:50 -0700)] 
Merge pull request #20467 from maxbeatty/v4-dev-17754

add support for ol in tab plugin

8 years agoMerge pull request #18847 from Johann-S/fix18824
Mark Otto [Tue, 25 Oct 2016 03:50:04 +0000 (20:50 -0700)] 
Merge pull request #18847 from Johann-S/fix18824

Fix bug multiple accordions collapse