From 19677cb455d35f65481a17c5f16a0b3689af14f5 Mon Sep 17 00:00:00 2001 From: Markus Steinlein <47111718+Ayreonaut@users.noreply.github.com> Date: Tue, 9 Mar 2021 08:47:09 +0100 Subject: [PATCH] More style corrections. --- app.py | 1 + fotogrid.py | 2 +- static/css/style.css | 2 +- templates/template.html | 1 + tests/conftest.py | 1 + tests/test_index.py | 1 + tests/test_page_generation.py | 1 + tests/test_static_pages.py | 1 + 8 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index b81d584..dd62fee 100755 --- a/app.py +++ b/app.py @@ -7,6 +7,7 @@ from flask_fontawesome import FontAwesome from datetime import datetime from fotogrid import fotogrid + # directly support jinja within markdown blogposts # https://flask-flatpages.readthedocs.io/en/v0.7.1/ def markdown_with_jinja_renderer(text): diff --git a/fotogrid.py b/fotogrid.py index efa18c1..b487530 100644 --- a/fotogrid.py +++ b/fotogrid.py @@ -17,4 +17,4 @@ def fotogrid(image_urls): nbr += 1 result += "" # closing fotocolum, fotorow - return result \ No newline at end of file + return result diff --git a/static/css/style.css b/static/css/style.css index a340e7c..0f61aa1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -14,7 +14,7 @@ html { } body { - text-size-adjust:100% + text-size-adjust:100%; background-attachment: fixed; background-color: #000000; color: rgba(255, 255, 255, 0.75); diff --git a/templates/template.html b/templates/template.html index 0f3ad42..f8bb121 100644 --- a/templates/template.html +++ b/templates/template.html @@ -6,6 +6,7 @@ + FdgL - Freunde des geordneten Lärms