diff --git a/data/www/base.html b/data/www/base.html index 3a51efd..3701a12 100644 --- a/data/www/base.html +++ b/data/www/base.html @@ -110,16 +110,18 @@ -
-
+ +
+
- - -
-
-
- - - - - {{app_name}} - - +
+
+ +
+ {% block main %}{% endblock %}
- {% block header_ext %}{% endblock %} -
- -
- {% block main %}{% endblock %}
-
- Created by {{ author }} © {{year}} -
+
+
+ Created by {{ author }} © {{year}} +
diff --git a/data/www/styles.css b/data/www/styles.css index 6c1522f..cabcccc 100644 --- a/data/www/styles.css +++ b/data/www/styles.css @@ -1,3 +1,11 @@ +body { + border-collapse: collapse; +} + +.border-collapse { + border-collapse: collapse; +} + .bd-placeholder-img { font-size: 1.125rem; text-anchor: middle;