From 27c5ce01d9e5cd0261449664e2921d32f864ea12 Mon Sep 17 00:00:00 2001 From: Vino Rodrigues Date: Sat, 16 Jan 2021 13:07:57 +1100 Subject: [PATCH] Replace .bg-white with .bg-body in docs Response to issue #32810 Use of the .bg-white class to define visual aspects of the examples would be unintuitive for theme builders to test themes on. This replaces instances of .bg-white with .bg-body in the examples. - Edited examples to replace use .bg-white class with .bg-body class - product - offcanvas - pricing - cheatsheet - cheatsheet-rtl - Edited utilities colors.md & shadows.md to include .bg-body class --- site/content/docs/5.0/examples/cheatsheet-rtl/index.html | 2 +- site/content/docs/5.0/examples/cheatsheet/index.html | 2 +- site/content/docs/5.0/examples/offcanvas/index.html | 6 +++--- site/content/docs/5.0/examples/pricing/index.html | 2 +- site/content/docs/5.0/examples/product/index.html | 8 ++++---- site/content/docs/5.0/utilities/colors.md | 1 + site/content/docs/5.0/utilities/shadows.md | 6 +++--- 7 files changed, 14 insertions(+), 13 deletions(-) diff --git a/site/content/docs/5.0/examples/cheatsheet-rtl/index.html b/site/content/docs/5.0/examples/cheatsheet-rtl/index.html index 9b9b81ea6454..712c583dd5e4 100644 --- a/site/content/docs/5.0/examples/cheatsheet-rtl/index.html +++ b/site/content/docs/5.0/examples/cheatsheet-rtl/index.html @@ -70,7 +70,7 @@

على هذه الصفحة

-
+

محتويات

diff --git a/site/content/docs/5.0/examples/cheatsheet/index.html b/site/content/docs/5.0/examples/cheatsheet/index.html index 39637a487c01..394142510462 100644 --- a/site/content/docs/5.0/examples/cheatsheet/index.html +++ b/site/content/docs/5.0/examples/cheatsheet/index.html @@ -69,7 +69,7 @@

On this page

-
+

Contents

diff --git a/site/content/docs/5.0/examples/offcanvas/index.html b/site/content/docs/5.0/examples/offcanvas/index.html index a7c99a5382e6..c25c6a11627f 100644 --- a/site/content/docs/5.0/examples/offcanvas/index.html +++ b/site/content/docs/5.0/examples/offcanvas/index.html @@ -46,7 +46,7 @@
- -

Another headline

And an even wittier subheading.

-
+
diff --git a/site/content/docs/5.0/utilities/colors.md b/site/content/docs/5.0/utilities/colors.md index ede13df06557..3f11cb2b5ba3 100644 --- a/site/content/docs/5.0/utilities/colors.md +++ b/site/content/docs/5.0/utilities/colors.md @@ -44,6 +44,7 @@ Similar to the contextual text color classes, easily set the background of an el {{- end -}} {{< /colors.inline >}}
.bg-white
+
.bg-body
.bg-transparent
{{< /example >}} diff --git a/site/content/docs/5.0/utilities/shadows.md b/site/content/docs/5.0/utilities/shadows.md index 2803031d6602..c1a15568983d 100644 --- a/site/content/docs/5.0/utilities/shadows.md +++ b/site/content/docs/5.0/utilities/shadows.md @@ -11,7 +11,7 @@ While shadows on components are disabled by default in Bootstrap and can be enab {{< example >}}
No shadow
-
Small shadow
-
Regular shadow
-
Larger shadow
+
Small shadow
+
Regular shadow
+
Larger shadow
{{< /example >}}