diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2013-04-11 21:47:56 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2013-04-11 21:47:56 +0200 |
commit | 978f1a4999937a56bd3861a219bb2d9082ba5de6 (patch) | |
tree | 69a55977f09000e1c867a2c253c7018050951e72 /static | |
parent | 0567318344330295512176569a84afc9748d79c5 (diff) | |
download | kosten-978f1a4999937a56bd3861a219bb2d9082ba5de6.tar.gz kosten-978f1a4999937a56bd3861a219bb2d9082ba5de6.tar.bz2 kosten-978f1a4999937a56bd3861a219bb2d9082ba5de6.zip |
404 page in jinja
Diffstat (limited to '')
-rw-r--r-- | static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index d308227..5b4381b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -229,7 +229,7 @@ ul.arrow { margin-bottom: 20px; } -.content .title { +.content .page_heading { margin-bottom: 20px; padding-bottom: 5px; } |