From e761405f58fd979fc13be11e4e04e7b8773b23b5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 18 Jun 2021 11:37:27 +1000 Subject: [PATCH] Re #92 Adding link to CSS selector help in wiki --- backend/templates/edit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/templates/edit.html b/backend/templates/edit.html index 3a6c16f2..472b7ba5 100644 --- a/backend/templates/edit.html +++ b/backend/templates/edit.html @@ -30,7 +30,8 @@ Limit text to this CSS rule, only text matching this CSS rule is included.
- Please be sure that you thoroughly understand how to write CSS selector rules before filing an issue on GitHub! + Please be sure that you thoroughly understand how to write CSS selector rules before filing an issue on GitHub!
+ Go here for more CSS selector help