From 0122e020d60f9556dd9961256633aa06e8ded643 Mon Sep 17 00:00:00 2001 From: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Date: Wed, 14 Apr 2021 22:26:31 +0200 Subject: [PATCH] Docs: Fix wrong dark attribute in Table - Vertical Alignment (#33597) * Fix wrong dark attribute * Remove the outer table completely Co-authored-by: Mark Otto --- site/content/docs/5.0/content/tables.md | 48 ++++++++++++------------- 1 file changed, 23 insertions(+), 25 deletions(-) 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