diff options
| author | Julien Déramond <[email protected]> | 2023-10-23 19:21:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-23 19:21:29 +0200 |
| commit | d58e86e7308e82d9564f19577adbc5b228f06d58 (patch) | |
| tree | b3bc06f7844b9b80717f256896268b1cc2e5a141 | |
| parent | ce114117a8710016022c40e717cb1f3ec95a5d7f (diff) | |
| download | bootstrap-d58e86e7308e82d9564f19577adbc5b228f06d58.tar.xz bootstrap-d58e86e7308e82d9564f19577adbc5b228f06d58.zip | |
Docs: drop `.table-light` from table foot example (#39320)
| -rw-r--r-- | site/content/docs/5.3/content/tables.md | 2 |
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> |
