From 54fd0586206664e947e741e361065f27d1ad0044 Mon Sep 17 00:00:00 2001 From: ajuvercr Date: Tue, 7 Apr 2020 11:38:30 +0200 Subject: [PATCH] fix inconsistencies --- backend/static/style/help.css | 4 ++-- backend/templates/debug.html.tera | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/backend/static/style/help.css b/backend/static/style/help.css index 0811fe0..0f30917 100644 --- a/backend/static/style/help.css +++ b/backend/static/style/help.css @@ -149,13 +149,13 @@ text-align: center; } -ul { +.content_wrapper ul { margin: 10px inherit; color: #eee; font-size: 1.5em; } -li { +.content_wrapper li { margin: 10px 10px; } diff --git a/backend/templates/debug.html.tera b/backend/templates/debug.html.tera index 2c82be5..6b3dc37 100644 --- a/backend/templates/debug.html.tera +++ b/backend/templates/debug.html.tera @@ -5,9 +5,7 @@