From 32f2de17d4faeb7b74b0f1b46c43800e3acedf36 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 5 Oct 2023 10:17:07 +0000 Subject: composer update bootstrap --- .../warning-color-assistive-technologies.md | 2 +- .../site/layouts/partials/docs-navbar.html | 6 ++---- .../bootstrap/site/layouts/partials/footer.html | 22 +++++++++++----------- .../bootstrap/site/layouts/partials/header.html | 2 -- .../site/layouts/partials/home/masthead.html | 2 -- .../bootstrap/site/layouts/partials/icons.html | 2 +- .../bootstrap/site/layouts/partials/scripts.html | 3 ++- .../site/layouts/partials/stylesheet.html | 2 -- 8 files changed, 17 insertions(+), 24 deletions(-) (limited to 'vendor/twbs/bootstrap/site/layouts/partials') diff --git a/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md b/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md index aaa6f64c8..6750517bb 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md +++ b/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md @@ -1 +1 @@ -**Accessibility tip:** Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies like screen readers. Please ensure the meaning is obvious from the content itself (e.g., the visible text) or is included through alternative means, such as additional text hidden with the `.visually-hidden` class. \ No newline at end of file +**Accessibility tip:** Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies like screen readers. Please ensure the meaning is obvious from the content itself (e.g., the visible text with a [*sufficient* color contrast](/docs/{{ .Site.Params.docs_version }}/getting-started/accessibility#color-contrast)) or is included through alternative means, such as additional text hidden with the `.visually-hidden` class. diff --git a/vendor/twbs/bootstrap/site/layouts/partials/docs-navbar.html b/vendor/twbs/bootstrap/site/layouts/partials/docs-navbar.html index 2c1403c0c..a69fb2d70 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/docs-navbar.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/docs-navbar.html @@ -8,7 +8,7 @@ {{- else }} -
+
{{- end }} @@ -16,9 +16,7 @@
- {{ if eq .Layout "docs" }} - - {{ end }} +
@@ -37,21 +37,21 @@
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/header.html b/vendor/twbs/bootstrap/site/layouts/partials/header.html index 22528ae47..6323f4908 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/header.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/header.html @@ -11,9 +11,7 @@ -{{- if eq .Page.Layout "docs" -}} -{{- end }} {{ with .Params.robots -}} diff --git a/vendor/twbs/bootstrap/site/layouts/partials/home/masthead.html b/vendor/twbs/bootstrap/site/layouts/partials/home/masthead.html index 76cd01005..4916e6136 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/home/masthead.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/home/masthead.html @@ -24,8 +24,6 @@ · Download · - v4.6.x docs - · All releases

{{ partial "ads" . }} diff --git a/vendor/twbs/bootstrap/site/layouts/partials/icons.html b/vendor/twbs/bootstrap/site/layouts/partials/icons.html index e181d8b25..4ec1eab47 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/icons.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/icons.html @@ -1,4 +1,4 @@ - + diff --git a/vendor/twbs/bootstrap/site/layouts/partials/scripts.html b/vendor/twbs/bootstrap/site/layouts/partials/scripts.html index 3378a230e..dc92d30e5 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/scripts.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/scripts.html @@ -4,8 +4,9 @@ {{- end }} -{{ if eq .Page.Layout "docs" -}} + +{{ if eq .Page.Layout "docs" -}} {{- end }} diff --git a/vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html b/vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html index 1aa329699..7a5b077bc 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html @@ -1,6 +1,4 @@ -{{ if eq .Page.Layout "docs" -}} -{{- end }} {{ if eq hugo.Environment "production" -}} {{ if eq .Page.Params.direction "rtl" -}} -- cgit v1.2.3