diff options
-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%; |