summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-15 16:11:44 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-15 16:11:44 (GMT)
commit86e72f4a3432798dafb196be0ac84c50582724c1 (patch)
tree3852eadbc701a5eb1303168d6b156d1f05599bce
parent99ccc45858d900a110eff3bf9f7136e35daad7bb (diff)
add tail space to weeks and todo app
-rw-r--r--www/styles/todo.css4
-rw-r--r--www/styles/weeks.css4
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%;