From 8db02e24d6a938388ff9e0e4e9aa241c0f699437 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 9 Sep 2021 15:44:44 +0900 Subject: Non-blocking typo fix (#34935) --- site/content/docs/5.1/customize/optimize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.1/customize/optimize.md b/site/content/docs/5.1/customize/optimize.md index 29b152154..2fc1bb3fc 100644 --- a/site/content/docs/5.1/customize/optimize.md +++ b/site/content/docs/5.1/customize/optimize.md @@ -71,7 +71,7 @@ Lastly, this [CSS Tricks article on unused CSS](https://css-tricks.com/how-do-yo Whenever possible, be sure to compress all the code you serve to your visitors. If you're using Bootstrap dist files, try to stick to the minified versions (indicated by the `.min.css` and `.min.js` extensions). If you're building Bootstrap from the source with your own build system, be sure to implement your own minifiers for HTML, CSS, and JS. -## Nonblocking files +## Non-blocking files While minifying and using compression might seem like enough, making your files nonblocking ones is also a big step in making your site well-optimized and fast enough. -- cgit v1.2.3 From 2a925d6fd800d89b072d9f035a069d84e735941b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Thu, 9 Sep 2021 08:50:55 +0200 Subject: Separator for table direct children (#34861) * fix(tables): separator for table direct children * fix(tables): drop universal selectors * fix(tables): trying the lobotomized owl selector * fix(tables): get closer to v4 * fix(tables): ensure borderless are borderless --- scss/_tables.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scss/_tables.scss b/scss/_tables.scss index d474ad566..e10e4c4e4 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -39,8 +39,8 @@ } // Highlight border color between thead, tbody and tfoot. - > :not(:last-child) > :last-child > * { - border-bottom-color: $table-group-separator-color; + > :not(:first-child) { + border-top: (2 * $table-border-width) solid $table-group-separator-color; } } @@ -91,6 +91,10 @@ > :not(caption) > * > * { border-bottom-width: 0; } + + > :not(:first-child) { + border-top-width: 0; + } } // Zebra-striping -- cgit v1.2.3 From f7c361f5538f0ea93badd1964b3d8b54d30ded86 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 9 Sep 2021 20:30:41 +0900 Subject: replace dummy text with English for Text truncation page (#34936) --- site/content/docs/5.1/helpers/text-truncation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.1/helpers/text-truncation.md b/site/content/docs/5.1/helpers/text-truncation.md index a92a171fd..799f2059b 100644 --- a/site/content/docs/5.1/helpers/text-truncation.md +++ b/site/content/docs/5.1/helpers/text-truncation.md @@ -12,12 +12,12 @@ For longer content, you can add a `.text-truncate` class to truncate the text wi
- Praeterea iter est quasdam res quas ex communi. + This text is quite long, and will be truncated once displayed.
- Praeterea iter est quasdam res quas ex communi. + This text is quite long, and will be truncated once displayed. {{< /example >}} -- cgit v1.2.3 From cb87ed2a7985744f042b663d2c87653ce68da476 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 9 Sep 2021 20:37:52 +0900 Subject: docs: Add role="switch" to switches (#34824) * docs: Add role="switch" to switches * Tweak/expand explanation about assistive technologies Co-authored-by: Patrick H. Lauke --- site/content/docs/5.1/forms/checks-radios.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/docs/5.1/forms/checks-radios.md b/site/content/docs/5.1/forms/checks-radios.md index 0f5507f54..efd040de0 100644 --- a/site/content/docs/5.1/forms/checks-radios.md +++ b/site/content/docs/5.1/forms/checks-radios.md @@ -102,23 +102,23 @@ Add the `disabled` attribute and the associated `