]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
7 years agoMerge branch 'fix/badge-default-colors' of https://github.com/jonwolski/bootstrap...
Mark Otto [Sun, 20 Aug 2017 20:35:06 +0000 (13:35 -0700)] 
Merge branch 'fix/badge-default-colors' of https://github.com/jonwolski/bootstrap into jonwolski-fix/badge-default-colors

7 years agoSimplify selector and only override what we set
Mark Otto [Sun, 20 Aug 2017 19:14:18 +0000 (12:14 -0700)] 
Simplify selector and only override what we set

1. Instead of having two selectors, we use the `.list-group-item` class and have coverage for list items and anchors.
2. Rather than override all border values, we only override what we set with `border-top`.

7 years agoadded suggested fix for list-groups with a elements
gijsbotje [Wed, 16 Aug 2017 18:14:56 +0000 (20:14 +0200)] 
added suggested fix for list-groups with a elements

7 years agofixes double border when .list-group.list-group-flush is preceded by .card-header
gijsbotje [Tue, 15 Aug 2017 22:20:47 +0000 (00:20 +0200)] 
fixes double border when .list-group.list-group-flush is preceded by .card-header

7 years agodist
Mark Otto [Sun, 20 Aug 2017 19:09:33 +0000 (12:09 -0700)] 
dist

7 years agoadded @content directive to media-breakpoint-only mixin for min and max cases
Alex Chegodaev [Thu, 17 Aug 2017 08:27:59 +0000 (11:27 +0300)] 
added @content directive to media-breakpoint-only mixin for min and max cases

7 years agoDrop the variables file table of contents and update the comment at the top
Mark Otto [Sun, 20 Aug 2017 18:37:20 +0000 (11:37 -0700)] 
Drop the variables file table of contents and update the comment at the top

I never use this dang list and it just falls out of date far too easily. Dropping for my own sanity.

7 years agoequalize height of the first card of the card-group
gijsbotje [Wed, 16 Aug 2017 22:45:21 +0000 (00:45 +0200)] 
equalize height of the first card of the card-group

7 years agofixed package.json jspm section.
Albert Willemsen [Tue, 15 Aug 2017 11:48:38 +0000 (13:48 +0200)] 
fixed package.json jspm section.

7 years agoChanged Typography title to Text
Simon Podlipsky [Thu, 17 Aug 2017 08:19:44 +0000 (10:19 +0200)] 
Changed Typography title to Text

7 years agoUpdate redirect.html
XhmikosR [Thu, 17 Aug 2017 10:09:22 +0000 (13:09 +0300)] 
Update redirect.html

7 years agoRestore grid offset classes
Mark Otto [Tue, 15 Aug 2017 05:30:44 +0000 (22:30 -0700)] 
Restore grid offset classes

Fixes #23360 by restoring just the offset class generation to our grid
framework mixins. Also restores the `make-col-offset` mixin.

Docs have been restored to illustrate this behavior and merged with the
newer margin utilities examples.

7 years agoCarousel prev/next controls are renamed accordingly (#23561)
Jeroen van Warmerdam [Sat, 19 Aug 2017 09:19:33 +0000 (11:19 +0200)] 
Carousel prev/next controls are renamed accordingly (#23561)

7 years agoFix favicons inclusion after e932345. (#23473)
XhmikosR [Fri, 18 Aug 2017 14:35:45 +0000 (17:35 +0300)] 
Fix favicons inclusion after e932345. (#23473)

7 years agoRemove `color` property from `badge` class 23529/head
Jon Wolski [Thu, 17 Aug 2017 19:25:38 +0000 (14:25 -0500)] 
Remove `color` property from `badge` class

I suggest removing `color: #FFF` from the `badge` class, because it is
provided by the `badge-<modifier>` classes along with a
background-color, whereas there is no corresponding background-color
provided on the `badge` class itself.

Background
----------

According to the documentation:

> [badge] Requires one of the contextual, color modifier classes for `color` and
> `background-color`.

That is, color and background color should be provided by a modifier
class, rather than the badge class itself.

e.g. `<span class='badge badge-primary'>4</span>`

In general, providing a `color` property without also providing a
`background-color` should be avoided. [W3 QA tips]

In this context, this is a problem only if someone creates a `badge`
without providing a modifier. Such an omition may be difficult to trouble-shoot,
because this will most likely yield white text on a white background.

[W3 QA tips](https://www.w3.org/QA/Tips/color)

7 years agoUpdate devDependencies and fix a typo in comment. (#23534)
XhmikosR [Fri, 18 Aug 2017 13:55:59 +0000 (16:55 +0300)] 
Update devDependencies and fix a typo in comment. (#23534)

7 years agoUpdate reboot.md (#23521)
XhmikosR [Fri, 18 Aug 2017 12:40:01 +0000 (15:40 +0300)] 
Update reboot.md (#23521)

7 years agoAdd a unit test to check if the carousel do not cycle when its parent isn't visible
Johann-S [Thu, 17 Aug 2017 16:29:15 +0000 (18:29 +0200)] 
Add a unit test to check if the carousel do not cycle when its parent isn't visible

7 years agoUnit test to check if our carousel do not cycle when we cannot see it
Johann-S [Thu, 17 Aug 2017 16:18:49 +0000 (18:18 +0200)] 
Unit test to check if our carousel do not cycle when we cannot see it

7 years agoCarousel - do not call next when the carousel or the parent isn't visible
Johann-S [Thu, 17 Aug 2017 15:44:09 +0000 (17:44 +0200)] 
Carousel - do not call next when the carousel or the parent isn't visible

7 years agoFix error in Alerts component doc (#23522)
Jonathan Berger [Thu, 17 Aug 2017 16:01:51 +0000 (18:01 +0200)] 
Fix error in Alerts component doc (#23522)

7 years agoRemove the unneeded `d-block` from `.carousel-item`s. (#23472)
XhmikosR [Thu, 17 Aug 2017 09:11:31 +0000 (12:11 +0300)] 
Remove the unneeded `d-block` from `.carousel-item`s. (#23472)

7 years agobrowsers-devices.md: fix typo. (#23495)
XhmikosR [Wed, 16 Aug 2017 15:52:24 +0000 (18:52 +0300)] 
browsers-devices.md: fix typo. (#23495)

7 years agoFixed Example Carousel so it works on mobile (#23470)
Retroity [Tue, 15 Aug 2017 19:13:58 +0000 (15:13 -0400)] 
Fixed Example Carousel so it works on mobile (#23470)

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Tue, 15 Aug 2017 17:43:45 +0000 (10:43 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agofixes #23464: update grid migration docs to mention order replaced push/pull
Mark Otto [Tue, 15 Aug 2017 17:43:16 +0000 (10:43 -0700)] 
fixes #23464: update grid migration docs to mention order replaced push/pull

7 years agoRemove $zindex-dropdown-backdrop from docs (#23461)
Rolandas Barysas [Tue, 15 Aug 2017 15:16:40 +0000 (18:16 +0300)] 
Remove $zindex-dropdown-backdrop from docs (#23461)

It was removed in 6d64afe.

7 years agoREADME.md: use https for the Bootstrap logo. (#23458)
XhmikosR [Tue, 15 Aug 2017 15:08:54 +0000 (18:08 +0300)] 
README.md: use https for the Bootstrap logo. (#23458)

7 years agoMerge pull request #23457 from twbs/v4-dev-xmr-liquid-whitespace
XhmikosR [Tue, 15 Aug 2017 14:53:48 +0000 (17:53 +0300)] 
Merge pull request #23457 from twbs/v4-dev-xmr-liquid-whitespace

Reduce liquid's whitespace for a few pages and move about menu to the end.

7 years agoMove About menu link to the end. 23457/head
XhmikosR [Tue, 15 Aug 2017 12:06:27 +0000 (15:06 +0300)] 
Move About menu link to the end.

7 years agoReduce liquid's whitespace for a few pages.
XhmikosR [Tue, 15 Aug 2017 11:41:34 +0000 (14:41 +0300)] 
Reduce liquid's whitespace for a few pages.

Also fix a couple of typos while at it and change header tags' order.

7 years agoMerge pull request #23101 from twbs/v4-dev-xmr-docs-favicons
XhmikosR [Tue, 15 Aug 2017 12:00:54 +0000 (15:00 +0300)] 
Merge pull request #23101 from twbs/v4-dev-xmr-docs-favicons

docs: New favicons and add a service worker

7 years agoRegister a service worker. 23101/head
XhmikosR [Sun, 16 Jul 2017 13:54:09 +0000 (16:54 +0300)] 
Register a service worker.

7 years agoNew favicons.
XhmikosR [Sun, 16 Jul 2017 11:58:52 +0000 (14:58 +0300)] 
New favicons.

Include everything for most browsers to work including Android.

Kept favicon.ico to the root dir.

Also added a manifest.json for PWA.

7 years agoBeautify _config.yml. (#23448)
XhmikosR [Tue, 15 Aug 2017 11:25:19 +0000 (14:25 +0300)] 
Beautify _config.yml. (#23448)

7 years agofix docs version, closes #23421
Mark Otto [Tue, 15 Aug 2017 05:34:42 +0000 (22:34 -0700)] 
fix docs version, closes #23421

7 years agoFix .btn-outline-light hover color
Mark Otto [Mon, 14 Aug 2017 05:33:55 +0000 (22:33 -0700)] 
Fix .btn-outline-light hover color

Uses some if/else action to ensure there's readable text on hover. Swapped out a hex value to a variable while I was in there.

Fixes #23398, fixes #23351.

7 years agodist
Mark Otto [Tue, 15 Aug 2017 03:23:45 +0000 (20:23 -0700)] 
dist

7 years agoDe-dupe width on .fluid-container (#23402)
Mark Otto [Tue, 15 Aug 2017 01:11:44 +0000 (18:11 -0700)] 
De-dupe width on .fluid-container (#23402)

Fixes #23397

7 years agoFIX: Broken 'About' Link in the Footer (#23367)
Ahmad Awais [Tue, 15 Aug 2017 01:11:11 +0000 (06:11 +0500)] 
FIX: Broken 'About' Link in the Footer (#23367)

7 years agoAdd traditional Chinese in translations.yml (#23357)
Casper [Tue, 15 Aug 2017 01:10:47 +0000 (09:10 +0800)] 
Add  traditional Chinese in translations.yml (#23357)

7 years agoAdds a default flag to paragraph-margin-bottom (#23420)
Andres Galante [Tue, 15 Aug 2017 01:09:44 +0000 (22:09 -0300)] 
Adds a default flag to paragraph-margin-bottom (#23420)

7 years agoSmall typo on screenreaders page (#23416)
Peder Johnsen [Tue, 15 Aug 2017 01:09:16 +0000 (02:09 +0100)] 
Small typo on screenreaders page (#23416)

Just fixes small typo

7 years agoRemove remaining v4 alpha references (#23414)
Jacob Müller [Tue, 15 Aug 2017 01:08:31 +0000 (03:08 +0200)] 
Remove remaining v4 alpha references (#23414)

* Remove remaining references to v4 Alpha

This commit removes the remaining refrences to the v4 Alpha website and replaces them with the
corresponding v4 Beta ones.

**Note:** We have to hard code the current docs version at some places. Wouldn't it be good to have a `/docs/latest/` redirect to solve this "issue" in the future?

* Don't update the domain in the CNAME file

7 years agoRemoved comment (#23415)
Jurre [Tue, 15 Aug 2017 01:07:44 +0000 (03:07 +0200)] 
Removed comment (#23415)

There is no _custom.scss file anymore.

7 years agoMention badge-default in migration docs, fix typo on popover docs (#23409)
jipexu [Mon, 14 Aug 2017 21:04:06 +0000 (23:04 +0200)] 
Mention badge-default in migration docs, fix typo on popover docs (#23409)

7 years agoAdding Gemfile to package.json
Arthur Franco [Mon, 14 Aug 2017 16:09:38 +0000 (13:09 -0300)] 
Adding Gemfile to package.json

Gemfile was missing. Couldn't compile documentation when using npm.

7 years agochanges 1px to border-width variable on cards
Andres Galante [Mon, 14 Aug 2017 19:02:41 +0000 (16:02 -0300)] 
changes 1px to border-width variable on cards

7 years agoRemove apostrophe
Cory Becker [Mon, 14 Aug 2017 16:45:54 +0000 (11:45 -0500)] 
Remove apostrophe

7 years agofewer inline styles, more styles in head; flexbox it
Mark Otto [Mon, 14 Aug 2017 00:50:29 +0000 (17:50 -0700)] 
fewer inline styles, more styles in head; flexbox it

7 years agoMerge branch 'style-redirect-page' of https://github.com/JasonEtco/bootstrap into...
Mark Otto [Mon, 14 Aug 2017 00:12:17 +0000 (17:12 -0700)] 
Merge branch 'style-redirect-page' of https://github.com/JasonEtco/bootstrap into JasonEtco-style-redirect-page

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 13 Aug 2017 23:47:45 +0000 (16:47 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agoMerge branch 'patch-1' of https://github.com/heikojansen/bootstrap into heikojansen...
Mark Otto [Sun, 13 Aug 2017 23:46:43 +0000 (16:46 -0700)] 
Merge branch 'patch-1' of https://github.com/heikojansen/bootstrap into heikojansen-patch-1

7 years agoRearrange margins for .highlight (#23396)
Mark Otto [Sun, 13 Aug 2017 23:44:52 +0000 (16:44 -0700)] 
Rearrange margins for .highlight (#23396)

Only applies the margins to .highlight instances within .bd-content, thus negating any need for #23279.

7 years agoMoved watch task up to match the rest of the package.json (#22756)
Tom Scholz [Sun, 13 Aug 2017 21:59:44 +0000 (23:59 +0200)] 
Moved watch task up to match the rest of the package.json (#22756)

7 years agoMove the gap between inline checkboxes to right (#22607)
Tomáš Kout [Sun, 13 Aug 2017 21:58:47 +0000 (23:58 +0200)] 
Move the gap between inline checkboxes to right (#22607)

7 years agoUse empty Sass map and merge into it for easier customization of color maps (#23260)
Mark Otto [Sun, 13 Aug 2017 21:56:30 +0000 (14:56 -0700)] 
Use empty Sass map and merge into it for easier customization of color maps (#23260)

7 years agoButton code cleanup (#22951)
Mark Otto [Sun, 13 Aug 2017 21:55:28 +0000 (14:55 -0700)] 
Button code cleanup (#22951)

* use a mixin there
* revamp .btn-link to match default and outline variants
* remove unnecessary properties

7 years agomove max-width: 100% on .container to the root of the make-container mixin so it...
Mark Otto [Sun, 13 Aug 2017 21:54:57 +0000 (14:54 -0700)] 
move max-width: 100% on .container to the root of the make-container mixin so it's not repeated at compilation (#22947)

7 years agoRedo .card-deck and .card-group so they're always flex (#22860)
Mark Otto [Sun, 13 Aug 2017 21:53:24 +0000 (14:53 -0700)] 
Redo .card-deck and .card-group so they're always flex (#22860)

7 years agodist
Mark Otto [Sun, 13 Aug 2017 19:59:27 +0000 (12:59 -0700)] 
dist

7 years agoMerge pull request #23386 from twbs/v4-dev-xmr-up-jekyll
XhmikosR [Sun, 13 Aug 2017 17:46:37 +0000 (20:46 +0300)] 
Merge pull request #23386 from twbs/v4-dev-xmr-up-jekyll

Update Jekyll to v3.5.2 and add `meta generator` tag

7 years agoAdd `meta generator` tag. 23386/head
XhmikosR [Sun, 13 Aug 2017 08:00:27 +0000 (11:00 +0300)] 
Add `meta generator` tag.

7 years agoUpdate Jekyll to 3.5.2.
XhmikosR [Sun, 13 Aug 2017 07:58:35 +0000 (10:58 +0300)] 
Update Jekyll to 3.5.2.

7 years agodocs/4.0/examples/blog: Use ml-sm-auto instead of offset-sm-1 (#23388)
Alan Orth [Sun, 13 Aug 2017 08:57:25 +0000 (11:57 +0300)] 
docs/4.0/examples/blog: Use ml-sm-auto instead of offset-sm-1 (#23388)

Bootstrap 4.0 Beta 1 dropped the offset classes in favor of using margin utilities. Update the blog example in the docs to use the appropriate `ml-auto` instead of `offset-sm-1` class to retain a pixel perfect with previous versions.

7 years agoAdd npm install step to docs instructions (#23385)
Jason Etcovitch [Sun, 13 Aug 2017 08:00:59 +0000 (01:00 -0700)] 
Add npm install step to docs instructions (#23385)

7 years agoStyle redirect page 23384/head
Jason Etcovitch [Sun, 13 Aug 2017 07:04:19 +0000 (00:04 -0700)] 
Style redirect page

7 years agoApply the invalid/valid state to the class name
Mark Otto [Sun, 13 Aug 2017 00:13:53 +0000 (17:13 -0700)] 
Apply the invalid/valid state to the class name

7 years agoRemove `vertical-align: middle` from `.input-group-addon` and `.input-group-btn`...
Patrick Yeo [Tue, 2 May 2017 01:00:43 +0000 (18:00 -0700)] 
Remove `vertical-align: middle` from `.input-group-addon` and `.input-group-btn` left over from V3

7 years agoApply `align-items: center;` to `.input-group` instead of input group sub components...
Patrick Yeo [Tue, 2 May 2017 00:59:21 +0000 (17:59 -0700)] 
Apply `align-items: center;` to `.input-group` instead of input group sub components, causes `.input-group .form-control` and `.input-group-addon` to be large when next to a tall element

7 years agofix docs modal example fade out
Gijs Boddeus [Sat, 12 Aug 2017 19:44:25 +0000 (21:44 +0200)] 
fix docs modal example fade out

the z-index was only corrected for `.modal.show` which made the modal drop behind the header and backdrop when fading out
simply dropping the `.show` from this selector will correct this issue

7 years agoFix broken Examples link in the docs footer include – `footer.html`. (#23348)
Steven Black [Sat, 12 Aug 2017 16:35:19 +0000 (12:35 -0400)] 
Fix broken Examples link in the docs footer include – `footer.html`. (#23348)

Re:  #23343 – **Broken Links on getbootstrap.com**

Clicking the `Examples` link in the Docs footer yields 404.

  http://getbootstrap.com/examples/

If merged, this makes the footer `Examples` link like the one in docs-navbar.html which is the same folder.

Therefore `_includes/footer.html` and `_includes/docs-navbar.html` now use the same link to `Examples`.

7 years agoRemove extra spaces from spacing utilities (#23337)
razh [Sat, 12 Aug 2017 06:11:41 +0000 (02:11 -0400)] 
Remove extra spaces from spacing utilities (#23337)

7 years agoUpdate package-lock.json. (#23342)
XhmikosR [Sat, 12 Aug 2017 06:00:25 +0000 (09:00 +0300)] 
Update package-lock.json. (#23342)

7 years agoAdd popper.js as a NuGet dependency to match project.json (#23338)
Jesse Mandel [Fri, 11 Aug 2017 20:41:33 +0000 (13:41 -0700)] 
Add popper.js as a NuGet dependency to match project.json (#23338)

https://github.com/twbs/bootstrap/issues/22359

7 years agodocs: fix Popper.js name and removed comma (#23335)
Federico Zivolo [Fri, 11 Aug 2017 17:58:34 +0000 (19:58 +0200)] 
docs: fix Popper.js name and removed comma (#23335)

* docs: fix Popper.js name and removed comma

* docs: restore comma

7 years agofixing list-group badge example (#23293)
béla [Fri, 11 Aug 2017 17:24:25 +0000 (19:24 +0200)] 
fixing list-group badge example (#23293)

https://github.com/twbs/bootstrap/issues/23291

7 years agoUse input type search for search fields
Jonathan [Fri, 11 Aug 2017 11:28:51 +0000 (13:28 +0200)] 
Use input type search for search fields

7 years agoReplace dependencies badge by peer dependencies badge
Johann-S [Fri, 11 Aug 2017 11:36:36 +0000 (13:36 +0200)] 
Replace dependencies badge by peer dependencies badge

7 years agoRemove IE 10 viewport bug workaround JS.
XhmikosR [Fri, 11 Aug 2017 12:46:00 +0000 (15:46 +0300)] 
Remove IE 10 viewport bug workaround JS.

7 years agoFix malformed link
Brian Surowiec [Fri, 11 Aug 2017 16:13:58 +0000 (12:13 -0400)] 
Fix malformed link

7 years agoFix .table-info migration text
Clark Winkelmann [Fri, 11 Aug 2017 16:53:24 +0000 (18:53 +0200)] 
Fix .table-info migration text

.table-info should be .info in bootstrap 3

7 years agoFix about sidebar.
XhmikosR [Fri, 11 Aug 2017 13:13:28 +0000 (16:13 +0300)] 
Fix about sidebar.

7 years ago“Sass” is standard in text and headings. (#23328)
Steven Black [Fri, 11 Aug 2017 15:50:03 +0000 (11:50 -0400)] 
“Sass” is standard in text and headings. (#23328)

7 years agoFix broken links in doc (#23324)
Chirag Modi [Fri, 11 Aug 2017 14:40:41 +0000 (20:10 +0530)] 
Fix broken links in doc (#23324)

7 years agoRemove `text/javascript` since it's the default one. (#23321)
XhmikosR [Fri, 11 Aug 2017 14:29:25 +0000 (17:29 +0300)] 
Remove `text/javascript` since it's the default one. (#23321)

7 years agoFix JavaScript case and a typo. (#23320)
XhmikosR [Fri, 11 Aug 2017 13:50:08 +0000 (16:50 +0300)] 
Fix JavaScript case and a typo. (#23320)

7 years agoFix broken links in documentation. (#23315)
Jan Karlo Dela Cruz [Fri, 11 Aug 2017 13:26:51 +0000 (14:26 +0100)] 
Fix broken links in documentation. (#23315)

7 years agoConvert the new PNGs to 8-bit and compress them. (#23299)
XhmikosR [Fri, 11 Aug 2017 12:25:12 +0000 (15:25 +0300)] 
Convert the new PNGs to 8-bit and compress them. (#23299)

Before: 354 KB (363.514 bytes)
After:  129 KB (132.748 bytes)

7 years agoMerge pull request #23087 from twbs/v4-dev-xmr-tabs-fix
XhmikosR [Fri, 11 Aug 2017 12:14:48 +0000 (15:14 +0300)] 
Merge pull request #23087 from twbs/v4-dev-xmr-tabs-fix

tabs: fix nested tabs.

7 years agoImprove previous selector for nested tabs 23087/head
Johann-S [Tue, 18 Jul 2017 12:22:39 +0000 (14:22 +0200)] 
Improve previous selector for nested tabs

7 years agoAdd unit test for nested tabs
Johann-S [Mon, 17 Jul 2017 08:05:45 +0000 (10:05 +0200)] 
Add unit test for nested tabs

7 years agoWhen we show our tabs element use children to be more restrictive
Johann-S [Sun, 16 Jul 2017 14:04:37 +0000 (16:04 +0200)] 
When we show our tabs element use children to be more restrictive

7 years agotabs: make the `active` selector more restrictive again.
XhmikosR [Fri, 14 Jul 2017 14:49:30 +0000 (17:49 +0300)] 
tabs: make the `active` selector more restrictive again.

When one uses say a carousel inside a tab, the `.active` selector previously matches the carousel ones too leading to broken tabs.

It's not the perfect solution but should the job for now.

7 years agoMove inline SVGs to includes. (#23297)
XhmikosR [Fri, 11 Aug 2017 11:55:54 +0000 (14:55 +0300)] 
Move inline SVGs to includes. (#23297)

Also:

* compress them with SVGOMG
* add titles
* add `focusable="false"`

7 years agoUpdated Feather link (#23303)
Sean [Fri, 11 Aug 2017 11:42:02 +0000 (12:42 +0100)] 
Updated Feather link (#23303)

Feather link didn't go anywhere.

Changed feather link from `colebemis.com/feather` to `feathericons.com`

7 years agoUpdate Rubygems version. (#23289)
béla [Fri, 11 Aug 2017 10:54:24 +0000 (12:54 +0200)] 
Update Rubygems version. (#23289)

7 years agoFix the broken about link in the footer (#23298)
Garth Bjerk [Fri, 11 Aug 2017 10:43:06 +0000 (12:43 +0200)] 
Fix the broken about link in the footer (#23298)

7 years agoFix SRI hashes. (#23286)
XhmikosR [Fri, 11 Aug 2017 10:24:57 +0000 (13:24 +0300)] 
Fix SRI hashes. (#23286)

7 years agoMerge pull request #23301 from twbs/v4-dev-html-errors
XhmikosR [Fri, 11 Aug 2017 10:01:51 +0000 (13:01 +0300)] 
Merge pull request #23301 from twbs/v4-dev-html-errors

Fix HTML errors