aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-10-23 19:21:29 +0200
committerGitHub <[email protected]>2023-10-23 19:21:29 +0200
commitd58e86e7308e82d9564f19577adbc5b228f06d58 (patch)
treeb3bc06f7844b9b80717f256896268b1cc2e5a141 /site/content/docs
parentce114117a8710016022c40e717cb1f3ec95a5d7f (diff)
downloadbootstrap-d58e86e7308e82d9564f19577adbc5b228f06d58.tar.xz
bootstrap-d58e86e7308e82d9564f19577adbc5b228f06d58.zip
Docs: drop `.table-light` from table foot example (#39320)
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.3/content/tables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/content/tables.md b/site/content/docs/5.3/content/tables.md
index b75b233e1..3d3583c37 100644
--- a/site/content/docs/5.3/content/tables.md
+++ b/site/content/docs/5.3/content/tables.md
@@ -549,7 +549,7 @@ Similar to tables and dark tables, use the modifier classes `.table-light` or `.
<div class="bd-example">
<table class="table">
- <thead class="table-light">
+ <thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>