From 9d4ec4bd0f00abef7b1ac16058ae730a33d49582 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 25 Aug 2022 10:28:51 +0100 Subject: [PATCH] Update docs/guide/CSS.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --- docs/guide/CSS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/CSS.md b/docs/guide/CSS.md index 2eb20b6ea..4bb1ea910 100644 --- a/docs/guide/CSS.md +++ b/docs/guide/CSS.md @@ -98,7 +98,7 @@ This doesn't look much like a tree yet. Let's add a header and a footer to this ```{.textual path="docs/examples/guide/dom2.py"} ``` -With a header and a footer widget the DOM look the this: +With a header and a footer widget the DOM looks the this:
--8<-- "docs/images/dom2.excalidraw.svg"