changeset bd7330552622 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset&node=bd7330552622
description:
Only number h2 in content
issue11149
review374691003
diffstat:
templates/service_providers_start.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1757f8987557 -r bd7330552622 templates/service_providers_start.html
--- a/templates/service_providers_start.html Wed Feb 16 01:45:48 2022 +0100
+++ b/templates/service_providers_start.html Thu Mar 24 08:51:09 2022 +0000
@@ -16,7 +16,7 @@
body {
counter-reset: step;
}
-h2:before {
+#content h2:before {
counter-increment: step;
content: counter(step) ". ";
}