summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/static/style.css1
-rw-r--r--app/templates/404.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/static/style.css b/app/static/style.css
index 38e7311..91edc18 100644
--- a/app/static/style.css
+++ b/app/static/style.css
@@ -58,6 +58,7 @@ footer a, footer a:visited {
width: 100%;
text-align: center;
margin: 0px;
+ box-sizing: border-box;
}
#header h1 small {
diff --git a/app/templates/404.html b/app/templates/404.html
index a1526ff..51dcd89 100644
--- a/app/templates/404.html
+++ b/app/templates/404.html
@@ -1,6 +1,6 @@
{% extends "_layout.html" %}
{% block body %}
-<h2>Fehler 403 - Zugang verboten</h2>
+<h2>Fehler 404 - Seite nicht gefunden</h2>
<dl>
<dt>Code</dt>