From a15cb4413d5470bdf4cf255be6ca9f93269ee44b Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 25 Aug 2022 10:30:22 +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 7e5e96c65..fcb25fb71 100644 --- a/docs/guide/CSS.md +++ b/docs/guide/CSS.md @@ -155,7 +155,7 @@ Here's the CSS file we are applying: --8<-- "docs/examples/guide/dom4.css" ``` -The CSS contains a number of rules sets with a selector and a list of rules. You can also add comments with text between `/*` and `*/` which will be ignored by Textual. Add comments to leave yourself reminders or to temporarily disable selectors. +The CSS contains a number of rule sets with a selector and a list of rules. You can also add comments with text between `/*` and `*/` which will be ignored by Textual. Add comments to leave yourself reminders or to temporarily disable selectors. With the CSS in place, the output looks very different: