From 86e72f4a3432798dafb196be0ac84c50582724c1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 15 Jan 2017 17:11:44 +0100 Subject: add tail space to weeks and todo app diff --git a/www/styles/todo.css b/www/styles/todo.css index 0ca11fa..74ec1e5 100644 --- a/www/styles/todo.css +++ b/www/styles/todo.css @@ -21,7 +21,7 @@ body { font-family: "Droid Sans", Helvetica, Arial, Sans; - margin: 0; + margin: 0 0 200px 0; padding: 0; font-size: 30px; } @@ -76,4 +76,4 @@ div.show span.show-len { font-size: 0.75em; margin-left: 0.2em; margin-right: 1em; -} \ No newline at end of file +} diff --git a/www/styles/weeks.css b/www/styles/weeks.css index aac76de..a4f30be 100644 --- a/www/styles/weeks.css +++ b/www/styles/weeks.css @@ -19,6 +19,10 @@ * along with rhrdweb. If not, see . */ +body { + margin: 0 0 200px 0; +} + #title { display: block; width: 100%; -- cgit v0.10.2