From: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Date: Wed, 14 Apr 2021 20:26:31 +0000 (+0200) Subject: Docs: Fix wrong dark attribute in Table - Vertical Alignment (#33597) X-Git-Tag: v5.0.0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0122e020d60f9556dd9961256633aa06e8ded643;p=thirdparty%2Fbootstrap.git Docs: Fix wrong dark attribute in Table - Vertical Alignment (#33597) * Fix wrong dark attribute * Remove the outer table completely Co-authored-by: Mark Otto --- diff --git a/site/content/docs/5.0/content/tables.md b/site/content/docs/5.0/content/tables.md index 3681e186ac..7ec00201bb 100644 --- a/site/content/docs/5.0/content/tables.md +++ b/site/content/docs/5.0/content/tables.md @@ -290,31 +290,29 @@ Table cells of `` are always vertical aligned to the bottom. Table cells ```html - -
-
- - - ... - - - - - ... - - - ... - - - - - - - - -
......This cell is aligned to the top....
- - +
+ + + + ... + + + + + ... + + + ... + + + + + + + + +
......This cell is aligned to the top....
+
``` ## Nesting