From aec78a3b05e4271ccfae97cf070d193a6bf0a450 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 29 Oct 2022 02:55:49 +0200 Subject: [PATCH] get rid of all header classes --- files/assets/css/main.css | 14 +++++++------- files/templates/admin/removed_comments.html | 3 +-- files/templates/admin/reported_comments.html | 3 +-- files/templates/authforms.html | 2 +- files/templates/comments.html | 8 ++++---- files/templates/delete_post_modal.html | 2 +- files/templates/login.html | 2 +- files/templates/login_2fa.html | 2 +- files/templates/notifications.html | 2 +- files/templates/post_admin_actions_mobile.html | 2 +- files/templates/report_post_modal.html | 2 +- files/templates/sign_up.html | 2 +- files/templates/sign_up_failed_ref.html | 2 +- files/templates/submission.html | 2 +- files/templates/submission_listing.html | 4 ++-- files/templates/user_listing.html | 2 +- files/templates/userpage.html | 2 +- files/templates/voted_comments.html | 3 +-- 18 files changed, 28 insertions(+), 31 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 5e1abe158..9f08ad36c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -221,28 +221,28 @@ template { [hidden] { display: none !important; } -h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { +h1, h2, h3, h4, h5, h6 { margin-top: 1rem; margin-bottom: 1rem; font-weight: 600; line-height: 1.2; } -h1, .h1 { +h1 { font-size: 2.5rem; } -h2, .h2 { +h2 { font-size: 2rem; } -h3, .h3 { +h3 { font-size: 1.75rem; } -h4, .h4 { +h4 { font-size: 1.5rem; } -h5, .h5 { +h5 { font-size: 1.25rem; } -h6, .h6 { +h6 { font-size: 1rem; } hr { diff --git a/files/templates/admin/removed_comments.html b/files/templates/admin/removed_comments.html index 8399ee022..c471c66db 100644 --- a/files/templates/admin/removed_comments.html +++ b/files/templates/admin/removed_comments.html @@ -15,7 +15,7 @@
-
There are no comments here (yet).
+

There are no comments here (yet).

@@ -23,4 +23,3 @@ {% endblock %} - diff --git a/files/templates/admin/reported_comments.html b/files/templates/admin/reported_comments.html index 3ee534eaf..f8442a73a 100644 --- a/files/templates/admin/reported_comments.html +++ b/files/templates/admin/reported_comments.html @@ -15,7 +15,7 @@
-
There are no comments here (yet).
+

There are no comments here (yet).

@@ -23,4 +23,3 @@ {% endblock %} - diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 23aa440b9..095161422 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -14,7 +14,7 @@
- +

{% block authtitle %}{% endblock %}

diff --git a/files/templates/comments.html b/files/templates/comments.html index 7a146fedd..aaf8769b1 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -586,7 +586,7 @@