From 4f56809da7fae9ef41b534a1951ca7f09f63b27f Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Thu, 21 May 2026 21:07:35 +0100 Subject: [PATCH] Tidy up stray style="" elements that were used in templates, either use a Bootstrap class or create a new util class in style.css as necessary. --- templates/about.html | 2 +- templates/add_spot.html | 18 +++++++++--------- templates/alerts.html | 4 ++-- templates/bands.html | 6 +++--- templates/base.html | 10 +++++----- templates/conditions.html | 24 ++++++++++++------------ templates/map.html | 8 ++++---- templates/spots.html | 6 +++--- templates/status.html | 4 ++-- webassets/css/style.css | 30 ++++++++++++++++++++++++++++++ 10 files changed, 71 insertions(+), 41 deletions(-) diff --git a/templates/about.html b/templates/about.html index 1fbbd6e..ae9d473 100644 --- a/templates/about.html +++ b/templates/about.html @@ -69,7 +69,7 @@

This software is dedicated to the memory of Tom G1PJB, SK, a friend and colleague who sadly passed away around the time I started writing it in Autumn 2025. I was looking forward to showing it to you when it was done.

- + {% end %} \ No newline at end of file diff --git a/templates/add_spot.html b/templates/add_spot.html index 65b7129..6adfa09 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -21,11 +21,11 @@
- +
- +
@@ -41,22 +41,22 @@
- +
- +
- +
- +
- +
@@ -69,8 +69,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/alerts.html b/templates/alerts.html index 0f05d2d..e919d3a 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -70,8 +70,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/bands.html b/templates/bands.html index 03b49e6..b2f0d18 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,9 +76,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index a07e51d..fe2ea00 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,7 +24,7 @@ Spothole - + @@ -52,9 +52,9 @@ integrity="sha384-L1eE4eD41kpBIWe2I0eHy+GnEUC4RIpcvibVW2JCminuPlTl+2Bc528iPdVMg5Dn" crossorigin="anonymous"> - - - + + + @@ -96,7 +96,7 @@