diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-01-15 16:11:44 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-01-15 16:11:44 (GMT) |
commit | 86e72f4a3432798dafb196be0ac84c50582724c1 (patch) | |
tree | 3852eadbc701a5eb1303168d6b156d1f05599bce /www/styles | |
parent | 99ccc45858d900a110eff3bf9f7136e35daad7bb (diff) |
add tail space to weeks and todo app
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/todo.css | 4 | ||||
-rw-r--r-- | www/styles/weeks.css | 4 |
2 files changed, 6 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. */ +body { + margin: 0 0 200px 0; +} + #title { display: block; width: 100%; |