From c49e17db90276dbd6fea813faea85eaf04520264 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 13 Mar 2024 17:10:38 +1100 Subject: [PATCH] Upgrade Bootstrap to v5 This is just an in-place upgrade to produce a roughly unchanged page design. Ideally I'm going to need to install Sass and use that, because Bootstrap 5 relies a bit more heavily on using its Sass sources if you want to customise things (which I do), but for now loading standard Bootstrap from the CDN is fine. I still prefer Stylus over both Sass and LESS, but the industry seem to have decided on using Sass, which probably means I'll be better off porting my customisations to Sass in the long run. Oh well. --- lemoncurry/jinja2/lemoncurry/layout.html | 16 +++++++--------- lemoncurry/static/lemoncurry/css/layout.styl | 7 +++++++ 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/lemoncurry/jinja2/lemoncurry/layout.html b/lemoncurry/jinja2/lemoncurry/layout.html index 756883b..6adb6d6 100644 --- a/lemoncurry/jinja2/lemoncurry/layout.html +++ b/lemoncurry/jinja2/lemoncurry/layout.html @@ -1,5 +1,5 @@ - + @@ -27,8 +27,8 @@ {% endfor %} - +
-
@@ -146,10 +146,8 @@ - - +