diff --git a/tracker/static/style.css b/tracker/static/style.css index 3049a3d..eeba54f 100644 --- a/tracker/static/style.css +++ b/tracker/static/style.css @@ -118,10 +118,13 @@ select { } #page_footer { - font-size: 0.9em; - margin: 0 auto; + font-size: 0.75em; + margin: 10px auto 20px auto; text-align: center; - width: 95%; +} + +#page_footer p { + margin: 0; } h1 { diff --git a/tracker/templates/base.html b/tracker/templates/base.html index 483fa1d..260a643 100644 --- a/tracker/templates/base.html +++ b/tracker/templates/base.html @@ -47,5 +47,29 @@ {%- endwith -%} {%- block content -%}{%- endblock %} + diff --git a/tracker/templates/todo.html b/tracker/templates/todo.html index 5c22baa..c630010 100644 --- a/tracker/templates/todo.html +++ b/tracker/templates/todo.html @@ -7,7 +7,7 @@

{{ smiley }}

nothing to do
 Yippie!
-
+
{%- else %}

Todo Lists

{%- endif %}