]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
9 years agoRename .img-responsive class to .img-fluid 17168/head
Kevin Kirsche [Thu, 20 Aug 2015 21:38:40 +0000 (17:38 -0400)] 
Rename .img-responsive class to .img-fluid

Fix #17166

9 years agoMerge pull request #17334 from neilhem/media-flex-align
Mark Otto [Wed, 2 Sep 2015 04:01:45 +0000 (21:01 -0700)] 
Merge pull request #17334 from neilhem/media-flex-align

Media vertical align flexbox classes

9 years agofix #17356
Mark Otto [Wed, 2 Sep 2015 04:01:12 +0000 (21:01 -0700)] 
fix #17356

9 years agoMerge pull request #17207 from kkirsche/patch-9
Mark Otto [Wed, 2 Sep 2015 03:53:31 +0000 (20:53 -0700)] 
Merge pull request #17207 from kkirsche/patch-9

v4 - Force linebreaks after grid tier names in v4 grid docs

9 years agoMerge pull request #17181 from kkirsche/patch-25
Mark Otto [Wed, 2 Sep 2015 03:29:51 +0000 (20:29 -0700)] 
Merge pull request #17181 from kkirsche/patch-25

v4 - Fix link to narrow jumbotron example

9 years agoMerge pull request #17353 from dmbaughman/v4-navbar-example
Mark Otto [Wed, 2 Sep 2015 03:29:07 +0000 (20:29 -0700)] 
Merge pull request #17353 from dmbaughman/v4-navbar-example

v4 - Updated default navbar example to use responsive navbar

9 years agoMerge pull request #17333 from neilhem/combine-size-mixins
Mark Otto [Wed, 2 Sep 2015 03:25:25 +0000 (20:25 -0700)] 
Merge pull request #17333 from neilhem/combine-size-mixins

Combine size & square mixins into one

9 years agoMerge pull request #17359 from caleb/patch-1
Mark Otto [Wed, 2 Sep 2015 03:23:35 +0000 (20:23 -0700)] 
Merge pull request #17359 from caleb/patch-1

Update static form control example

9 years agoMerge pull request #17370 from twbs/v4-dev-xmr-rm-csslint-references
Mark Otto [Wed, 2 Sep 2015 03:23:13 +0000 (20:23 -0700)] 
Merge pull request #17370 from twbs/v4-dev-xmr-rm-csslint-references

Remove CSSLint references.

9 years agoMerge pull request #17336 from petetnt/petetnt/v4-dev-patch-3
Mark Otto [Wed, 2 Sep 2015 03:17:09 +0000 (20:17 -0700)] 
Merge pull request #17336 from petetnt/petetnt/v4-dev-patch-3

Document utility class .bg-inverse

9 years agoMerge pull request #17259 from twbs/v4gc
Mark Otto [Wed, 2 Sep 2015 03:16:22 +0000 (20:16 -0700)] 
Merge pull request #17259 from twbs/v4gc

v4: Conditional predefined grid classes

9 years agoMerge pull request #17362 from omeid/v4-container-mixin
Mark Otto [Wed, 2 Sep 2015 03:13:52 +0000 (20:13 -0700)] 
Merge pull request #17362 from omeid/v4-container-mixin

Semantic grid: add make-container-breakpoint

9 years agoMerge pull request #17389 from Gupocca/link-fixing
Mark Otto [Wed, 2 Sep 2015 03:06:00 +0000 (20:06 -0700)] 
Merge pull request #17389 from Gupocca/link-fixing

Fix several erroneous links in docs.

9 years agoMerge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspy
Chris Rebert [Wed, 2 Sep 2015 01:01:39 +0000 (18:01 -0700)] 
Merge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspy

Fixed link to nav component from scrollspy documentation

9 years agoMerge pull request #17428 from abitdodgy/docs-fix
Mark Otto [Tue, 1 Sep 2015 23:49:52 +0000 (16:49 -0700)] 
Merge pull request #17428 from abitdodgy/docs-fix

Adds table-responsive class to docs table

9 years agoadds table-responsive class to table 17428/head
Mohamad El-Husseini [Tue, 1 Sep 2015 23:26:11 +0000 (20:26 -0300)] 
adds table-responsive class to table

9 years agoFixed link to nav component from scrollspy documentation 17427/head
Supergibbs [Tue, 1 Sep 2015 22:45:02 +0000 (15:45 -0700)] 
Fixed link to nav component from scrollspy documentation
(reported by ianhernandez in Slack)

9 years agoMerge pull request #17393 from twbs/v4-dev-xmr-rm-gfonts
Mark Otto [Tue, 1 Sep 2015 20:22:44 +0000 (13:22 -0700)] 
Merge pull request #17393 from twbs/v4-dev-xmr-rm-gfonts

Remove the unused Google fonts.

9 years agoMerge pull request #17418 from zalog/patch-6
Chris Rebert [Tue, 1 Sep 2015 09:42:23 +0000 (02:42 -0700)] 
Merge pull request #17418 from zalog/patch-6

Apply !default to SCSS variables

9 years agoApply !default to SCSS variables 17418/head
Catalin Zalog [Tue, 1 Sep 2015 08:26:01 +0000 (11:26 +0300)] 
Apply !default to SCSS variables

Missed one variable :(

9 years agoMerge pull request #17402 from twbs/pr-14552-v4
Gleb Mazovetskiy [Mon, 31 Aug 2015 12:03:09 +0000 (13:03 +0100)] 
Merge pull request #17402 from twbs/pr-14552-v4

Accept elements as the tooltip / popover content

9 years agoAccept elements as the tooltip / popover content 17402/head
Gleb Mazovetskiy [Sun, 30 Aug 2015 23:57:16 +0000 (00:57 +0100)] 
Accept elements as the tooltip / popover content

When a DOM node is passed to an HTML tooltip, the `title` node is only
moved if it is not already in the tooltip. Otherwise, `empty()` is used
instead of `detach()` before appending the `title` to avoid memory
leaks. If a DOM node is passed to a plain text tooltip, its text is
copied via jQuery `.text()`.

Replaces `.detach()` with `.empty()`, as `.detach()` is almost never
useful but instead leaks memory. The difference between `empty` and
`detach` is that the latter keeps all the attached jQuery events/data.
However, since we do not return the previous children, the user would
have to keep these themselves, thus they can `detach()` if necessary.

This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.

9 years agoRemove the unused Google fonts. 17393/head
XhmikosR [Wed, 26 Aug 2015 19:16:26 +0000 (22:16 +0300)] 
Remove the unused Google fonts.

[ci skip]

9 years agoMerge pull request #17392 from twbs/v4-dev-xmr-https
XhmikosR [Sun, 30 Aug 2015 10:31:05 +0000 (13:31 +0300)] 
Merge pull request #17392 from twbs/v4-dev-xmr-https

Use `https` when possible.

9 years agoMerge pull request #17331 from twbs/fix-17323
Chris Rebert [Sat, 29 Aug 2015 22:55:45 +0000 (15:55 -0700)] 
Merge pull request #17331 from twbs/fix-17323

rm unused $state param from form-control-validation mixin

9 years agoTabs to spaces.
XhmikosR [Wed, 26 Aug 2015 16:17:03 +0000 (19:17 +0300)] 
Tabs to spaces.

[ci skip]

9 years agogrunt/configBridge.json: Remove unused autoprefixer config.
XhmikosR [Wed, 26 Aug 2015 16:15:21 +0000 (19:15 +0300)] 
grunt/configBridge.json: Remove unused autoprefixer config.

[ci skip]

9 years agoRun `grunt`.
XhmikosR [Sat, 29 Aug 2015 21:01:30 +0000 (00:01 +0300)] 
Run `grunt`.

[ci skip]

9 years agoMerge pull request #17384 from twbs/v4-dev-xmr-jekyll-search
XhmikosR [Sat, 29 Aug 2015 20:59:10 +0000 (23:59 +0300)] 
Merge pull request #17384 from twbs/v4-dev-xmr-jekyll-search

Fix the JS errors due to jekyll-search.

9 years agoMerge pull request #17394 from twbs/v4-dev-xmr-rm-jade
Chris Rebert [Sat, 29 Aug 2015 20:39:03 +0000 (13:39 -0700)] 
Merge pull request #17394 from twbs/v4-dev-xmr-rm-jade

Remove the now unused grunt-contrib-jade references.

9 years agoFix several erroneous links in docs. 17389/head
Gupocca [Sat, 29 Aug 2015 06:04:09 +0000 (23:04 -0700)] 
Fix several erroneous links in docs.

Related to #17314.

9 years agoEnforce LF for .py files too.
XhmikosR [Sat, 29 Aug 2015 10:23:38 +0000 (13:23 +0300)] 
Enforce LF for .py files too.

[ci skip]

9 years agoRemove the now unused grunt-contrib-jade references. 17394/head
XhmikosR [Wed, 26 Aug 2015 18:48:34 +0000 (21:48 +0300)] 
Remove the now unused grunt-contrib-jade references.

[skip sauce]
[skip validator]

9 years agoUse `https` when possible. 17392/head
XhmikosR [Wed, 26 Aug 2015 19:11:44 +0000 (22:11 +0300)] 
Use `https` when possible.

[ci skip]

9 years agoremoves table-responsive div from components/navs 17387/head
Mohamad El-Husseini [Fri, 28 Aug 2015 14:35:11 +0000 (11:35 -0300)] 
removes table-responsive div from components/navs

9 years agoFix the JS errors due to jekyll-search. 17384/head
XhmikosR [Wed, 26 Aug 2015 16:14:59 +0000 (19:14 +0300)] 
Fix the JS errors due to jekyll-search.

1) Update it to v1.0.8
2) Include jekyll-search where it's used only

[ci skip]

9 years agoMerge pull request #17368 from twbs/v4-dev-xmr-qunit
XhmikosR [Thu, 27 Aug 2015 16:00:59 +0000 (19:00 +0300)] 
Merge pull request #17368 from twbs/v4-dev-xmr-qunit

Update QUnit to v1.18.0.

9 years agoRemove CSSLint references. 17370/head
XhmikosR [Wed, 26 Aug 2015 06:56:32 +0000 (09:56 +0300)] 
Remove CSSLint references.

9 years agoscss: semantic grid: add make-container-breakpoint 17362/head
O'meid [Thu, 27 Aug 2015 05:56:46 +0000 (15:56 +1000)] 
scss: semantic grid: add make-container-breakpoint

Signed-off-by: O'meid <public@omeid.me>
9 years agoUpdate QUnit to v1.18.0. 17368/head
XhmikosR [Tue, 25 Aug 2015 05:46:27 +0000 (08:46 +0300)] 
Update QUnit to v1.18.0.

9 years agoLess to Sass typos.
XhmikosR [Wed, 26 Aug 2015 19:12:06 +0000 (22:12 +0300)] 
Less to Sass typos.

[ci skip]

9 years agoUpdate Anchor.js to v1.2.1.
XhmikosR [Wed, 26 Aug 2015 15:25:49 +0000 (18:25 +0300)] 
Update Anchor.js to v1.2.1.

[ci skip]

9 years ago.travis.yml: cleanup old variables.
XhmikosR [Wed, 26 Aug 2015 06:37:12 +0000 (09:37 +0300)] 
.travis.yml: cleanup old variables.

[ci skip]

9 years agoRemove the obsolete JSHint references.
XhmikosR [Tue, 25 Aug 2015 16:19:24 +0000 (19:19 +0300)] 
Remove the obsolete JSHint references.

9 years agoUpdate Rubygems.
XhmikosR [Tue, 25 Aug 2015 05:51:20 +0000 (08:51 +0300)] 
Update Rubygems.

9 years agoUpdate static form control example 17359/head
Caleb Land [Thu, 27 Aug 2015 03:47:50 +0000 (23:47 -0400)] 
Update static form control example

Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label`

9 years agoMerge pull request #17357 from twbs/responsive-visibility-rip
Chris Rebert [Wed, 26 Aug 2015 22:35:25 +0000 (15:35 -0700)] 
Merge pull request #17357 from twbs/responsive-visibility-rip

Remove defunct responsive-(in)visibility mixins

9 years agorm responsive-invisibility mixin since it's only used once 17357/head
Chris Rebert [Wed, 26 Aug 2015 22:09:54 +0000 (15:09 -0700)] 
rm responsive-invisibility mixin since it's only used once

inline the one remaining usage into .hidden-print's definition
rm now-empty scss/_utilities-responsive.scss file

[skip sauce]
[skip validator]

9 years agoMerge pull request #17257 from twbs/clear-translations
Chris Rebert [Wed, 26 Aug 2015 22:30:32 +0000 (15:30 -0700)] 
Merge pull request #17257 from twbs/clear-translations

Clear out non-v4 docs translations

9 years agotree shaking: rm unused responsive-visibility mixin
Chris Rebert [Wed, 26 Aug 2015 22:05:55 +0000 (15:05 -0700)] 
tree shaking: rm unused responsive-visibility mixin

[skip sauce]
[skip validator]

9 years agoMerge pull request #17346 from Sapphire64/patch-2
Chris Rebert [Wed, 26 Aug 2015 20:43:33 +0000 (13:43 -0700)] 
Merge pull request #17346 from Sapphire64/patch-2

Bump year in jumbotron example

9 years agoUpdated default navbar example to use responsive navbar 17353/head
David Baughman [Wed, 26 Aug 2015 20:03:47 +0000 (13:03 -0700)] 
Updated default navbar example to use responsive navbar

9 years agoBump year in jumbotron example 17346/head
Anton Vlasenko [Wed, 26 Aug 2015 18:22:37 +0000 (20:22 +0200)] 
Bump year in jumbotron example

9 years agoDocument .bg-inverse 17336/head
petetnt [Wed, 26 Aug 2015 13:01:34 +0000 (16:01 +0300)] 
Document .bg-inverse

9 years agoadd media vertical flexbox classes 17334/head
Rakhat Jabagin [Wed, 26 Aug 2015 10:50:24 +0000 (16:50 +0600)] 
add media vertical flexbox classes

9 years agocombine size & square mixins into one 17333/head
Rakhat Jabagin [Wed, 26 Aug 2015 10:17:00 +0000 (16:17 +0600)] 
combine size & square mixins into one

9 years agorm unused $state param from form-control-validation mixin; fixes #17323 17331/head
Chris Rebert [Wed, 26 Aug 2015 08:30:30 +0000 (01:30 -0700)] 
rm unused $state param from form-control-validation mixin; fixes #17323

[skip sauce]
[skip validator]

9 years agogrunt dist
Chris Rebert [Wed, 26 Aug 2015 08:28:48 +0000 (01:28 -0700)] 
grunt dist

9 years agogrunt babel:dev
Chris Rebert [Wed, 26 Aug 2015 08:27:45 +0000 (01:27 -0700)] 
grunt babel:dev

9 years agoMerge pull request #17330 from twbs/vejersele-bugfix/innerText
Chris Rebert [Wed, 26 Aug 2015 08:11:03 +0000 (01:11 -0700)] 
Merge pull request #17330 from twbs/vejersele-bugfix/innerText

Rebased & tweaked version of #17272

9 years agofixes #17097: Go back to using jQuery's text and html methods since innerText is... 17330/head
Jelle Versele [Mon, 24 Aug 2015 12:45:49 +0000 (14:45 +0200)] 
fixes #17097: Go back to using jQuery's text and html methods since innerText is nonstandard and not present in Firefox

Closes #17272 by merging a tweaked version of it.

[skip validator]

9 years agoMerge pull request #17329 from twbs/babel-dev-sauce
Chris Rebert [Wed, 26 Aug 2015 08:00:02 +0000 (01:00 -0700)] 
Merge pull request #17329 from twbs/babel-dev-sauce

Add babel:dev to Sauce Grunt subtasks so we don't test stale JS

9 years agoAdd babel:dev to Sauce Grunt subtasks so we don't test stale JS 17329/head
Chris Rebert [Wed, 26 Aug 2015 07:55:24 +0000 (00:55 -0700)] 
Add babel:dev to Sauce Grunt subtasks so we don't test stale JS

Refs #17328

9 years agoMerge pull request #17328 from twbs/babel-dev
Chris Rebert [Wed, 26 Aug 2015 07:35:38 +0000 (00:35 -0700)] 
Merge pull request #17328 from twbs/babel-dev

Add babel:dev to dist-js so `grunt test` doesn't use stale JS

9 years agoAdd babel:dev to dist-js Grunt task so that `grunt test` doesn't use stale JS 17328/head
Chris Rebert [Wed, 26 Aug 2015 06:58:27 +0000 (23:58 -0700)] 
Add babel:dev to dist-js Grunt task so that `grunt test` doesn't use stale JS

[skip sauce]

9 years agoFor now, add hacky <div id="navbar"> to avoid HTML validation error in Dashboard...
David Baughman [Tue, 25 Aug 2015 20:43:39 +0000 (13:43 -0700)] 
For now, add hacky <div id="navbar"> to avoid HTML validation error in Dashboard example

Closes #17319 by merging it.

9 years agoMerge pull request #17326 from twbs/build/rm-gem
Chris Rebert [Wed, 26 Aug 2015 06:18:44 +0000 (23:18 -0700)] 
Merge pull request #17326 from twbs/build/rm-gem

rm broken bundle update task & defunct custom RubyGem caching scheme

9 years agorm broken bundle update task & defunct custom RubyGem caching scheme 17326/head
Chris Rebert [Wed, 26 Aug 2015 06:00:18 +0000 (23:00 -0700)] 
rm broken bundle update task & defunct custom RubyGem caching scheme

[skip sauce]

9 years agoGruntfile: rm reference to defunct customizer
Chris Rebert [Wed, 26 Aug 2015 05:51:08 +0000 (22:51 -0700)] 
Gruntfile: rm reference to defunct customizer

[skip sauce]

9 years agoMerge pull request #17318 from splendido/v4-meteor-fix
Chris Rebert [Tue, 25 Aug 2015 21:48:37 +0000 (14:48 -0700)] 
Merge pull request #17318 from splendido/v4-meteor-fix

[v4] Fix for Meteor package: removed font files

9 years agomigration.md: fix typo in TODO
Chris Rebert [Tue, 25 Aug 2015 21:16:49 +0000 (14:16 -0700)] 
migration.md: fix typo in TODO

9 years agoUse non-broken Sass link in docs; fixes part of #17314
Chris Rebert [Tue, 25 Aug 2015 21:14:41 +0000 (14:14 -0700)] 
Use non-broken Sass link in docs; fixes part of #17314

[skip sauce]

9 years agoremoved font files 17318/head
Luca Mussi [Tue, 25 Aug 2015 21:10:50 +0000 (23:10 +0200)] 
removed font files

9 years agoMerge pull request #17050 from twbs/fix-travis-v4
Thomas McDonald [Tue, 25 Aug 2015 17:01:10 +0000 (10:01 -0700)] 
Merge pull request #17050 from twbs/fix-travis-v4

v4 Travis Build

sets up infra to properly build Bootstrap

9 years agoMerge branch 'v4-dev' into fix-travis-v4 17050/head
Thomas McDonald [Tue, 25 Aug 2015 17:00:36 +0000 (10:00 -0700)] 
Merge branch 'v4-dev' into fix-travis-v4

9 years agostrip out old caching
Thomas McDonald [Tue, 25 Aug 2015 16:58:32 +0000 (09:58 -0700)] 
strip out old caching

9 years agoBump year.
XhmikosR [Tue, 25 Aug 2015 15:51:44 +0000 (18:51 +0300)] 
Bump year.

[ci skip]

9 years agoSpecify Internet Explorer 9 as the minimum supported version.
XhmikosR [Tue, 25 Aug 2015 12:37:19 +0000 (15:37 +0300)] 
Specify Internet Explorer 9 as the minimum supported version.

9 years agoMerge pull request #17113 from JanStevens/v4-fix-retina-mixin
Mark Otto [Tue, 25 Aug 2015 14:45:02 +0000 (07:45 -0700)] 
Merge pull request #17113 from JanStevens/v4-fix-retina-mixin

Fixes the _image mixing by prefixing the parameters with $

9 years agoFix validation errors.
XhmikosR [Tue, 25 Aug 2015 12:37:08 +0000 (15:37 +0300)] 
Fix validation errors.

9 years agoEnforce LF for .rb files too.
XhmikosR [Tue, 25 Aug 2015 05:50:03 +0000 (08:50 +0300)] 
Enforce LF for .rb files too.

9 years agoSCSS lint fixes.
XhmikosR [Tue, 25 Aug 2015 05:49:45 +0000 (08:49 +0300)] 
SCSS lint fixes.

[ci skip]

9 years agoMerge pull request #17292 from twbs/ff-esr
Mark Otto [Tue, 25 Aug 2015 07:28:45 +0000 (00:28 -0700)] 
Merge pull request #17292 from twbs/ff-esr

Explicitly document existing de facto policy of supporting ESR Firefox

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Tue, 25 Aug 2015 07:27:44 +0000 (00:27 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agoMerge pull request #17295 from twbs/dropdown-design
Mark Otto [Tue, 25 Aug 2015 07:25:24 +0000 (00:25 -0700)] 
Merge pull request #17295 from twbs/dropdown-design

Document that dropdowns are intentionally click-based rather than hover-based

9 years agoMerge pull request #17305 from wangsai/footer-links
Mark Otto [Tue, 25 Aug 2015 07:24:57 +0000 (00:24 -0700)] 
Merge pull request #17305 from wangsai/footer-links

fix footer links to proper pages

9 years agofix footer links 17305/head
wangsai [Tue, 25 Aug 2015 06:49:02 +0000 (14:49 +0800)] 
fix footer links

9 years agojs/.eslintrc: sort rules by name.
XhmikosR [Tue, 25 Aug 2015 05:45:07 +0000 (08:45 +0300)] 
js/.eslintrc: sort rules by name.

[ci skip]

9 years agoFix `grunt validate-html` task.
XhmikosR [Tue, 25 Aug 2015 05:43:47 +0000 (08:43 +0300)] 
Fix `grunt validate-html` task.

9 years agogrunt
Mark Otto [Tue, 25 Aug 2015 05:34:46 +0000 (22:34 -0700)] 
grunt

9 years agogrunt/bs-commonjs-generator.js: reapply the fix for Windows slashes.
XhmikosR [Tue, 25 Aug 2015 05:27:01 +0000 (08:27 +0300)] 
grunt/bs-commonjs-generator.js: reapply the fix for Windows slashes.

[ci skip]

9 years ago.gitattributes: enforce LF for scss files.
XhmikosR [Tue, 25 Aug 2015 05:04:30 +0000 (08:04 +0300)] 
.gitattributes: enforce LF for scss files.

[ci skip]

9 years agoMerge pull request #17299 from davidjb/v4-dev
Mark Otto [Tue, 25 Aug 2015 04:23:19 +0000 (21:23 -0700)] 
Merge pull request #17299 from davidjb/v4-dev

Replace docs reference to iconography

9 years agoReplace docs reference to iconography 17299/head
David\ Beitey [Tue, 25 Aug 2015 02:43:04 +0000 (12:43 +1000)] 
Replace docs reference to iconography

9 years agoMerge pull request #17294 from unehub/patch-1
Heinrich Fenkart [Tue, 25 Aug 2015 00:20:05 +0000 (02:20 +0200)] 
Merge pull request #17294 from unehub/patch-1

PropertySortOrder

9 years agoDocument that dropdowns are intentionally click-based rather than hover-based 17295/head
Chris Rebert [Mon, 24 Aug 2015 23:32:32 +0000 (16:32 -0700)] 
Document that dropdowns are intentionally click-based rather than hover-based

And link to a relevant blog post w/ more info.
Refs #16966
[skip sauce]

9 years agoremove dupe jekyll
Thomas McDonald [Mon, 24 Aug 2015 23:23:00 +0000 (16:23 -0700)] 
remove dupe jekyll

9 years agoupdate pip installation
Thomas McDonald [Mon, 24 Aug 2015 23:19:47 +0000 (16:19 -0700)] 
update pip installation

9 years agoMerge branch 'v4-dev' into fix-travis-v4
Thomas McDonald [Mon, 24 Aug 2015 23:19:19 +0000 (16:19 -0700)] 
Merge branch 'v4-dev' into fix-travis-v4

9 years agoMerge pull request #17275 from mattez/fix-docs-layout-grid
Heinrich Fenkart [Mon, 24 Aug 2015 22:21:39 +0000 (00:21 +0200)] 
Merge pull request #17275 from mattez/fix-docs-layout-grid

Fix anchors, fix naming consistency