From d7a9cbd3df67ae7cffe5303ac4907bf59ee9995b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 29 Nov 2021 11:24:21 +0000 Subject: [PATCH] CSS: Replace any custom-* form classes Signed-off-by: Michael Tremer --- src/templates/donate/donate.html | 24 ++++++++++++------------ src/templates/wiki/edit.html | 6 +++--- src/templates/wiki/files/detail.html | 8 +++----- src/templates/wiki/files/index.html | 8 +++----- 4 files changed, 21 insertions(+), 25 deletions(-) diff --git a/src/templates/donate/donate.html b/src/templates/donate/donate.html index ca7ca403..c1dcc415 100644 --- a/src/templates/donate/donate.html +++ b/src/templates/donate/donate.html @@ -32,16 +32,16 @@ -
- + - +
-
- + - +
@@ -95,13 +95,13 @@
-
- - +
+ +
-
- - +
+ +
diff --git a/src/templates/wiki/edit.html b/src/templates/wiki/edit.html index c4ffa564..c8fe2ad7 100644 --- a/src/templates/wiki/edit.html +++ b/src/templates/wiki/edit.html @@ -78,9 +78,9 @@ {% if page and not page.is_watched_by(current_user) %}
-
- - +
+ +
diff --git a/src/templates/wiki/files/detail.html b/src/templates/wiki/files/detail.html index 45b165ee..a1c55f70 100644 --- a/src/templates/wiki/files/detail.html +++ b/src/templates/wiki/files/detail.html @@ -88,11 +88,9 @@ -
-
- - -
+
+ + {{ _("Uploading a new file to replaces this one to fix any errata in the current version") }} diff --git a/src/templates/wiki/files/index.html b/src/templates/wiki/files/index.html index 6c259f2a..5565c365 100644 --- a/src/templates/wiki/files/index.html +++ b/src/templates/wiki/files/index.html @@ -59,11 +59,9 @@ -
-
- - -
+
+ +
-- 2.47.3