summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2017-02-13 15:02:16 +0100
committerMarian Sigler <m@qjym.de>2017-02-13 15:02:16 +0100
commitf81e63324c0ffde5b06be516bc2d760db746b93e (patch)
tree6d0a998c0908be2f8c2ccadc898c61983cfaf4ef
parent3c717e9c78207cd20065ccf10cc8d3389f3f4006 (diff)
downloadklausuren-f81e63324c0ffde5b06be516bc2d760db746b93e.tar.gz
klausuren-f81e63324c0ffde5b06be516bc2d760db746b93e.tar.bz2
klausuren-f81e63324c0ffde5b06be516bc2d760db746b93e.zip
style: fix horizontal scrolling
-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>