diff --git a/public_html/static/style.css b/public_html/static/style.css index a6b2498..1ba5dcc 100644 --- a/public_html/static/style.css +++ b/public_html/static/style.css @@ -159,6 +159,16 @@ ul.tasks .task .type.must, .type-marker.must color: #2F2F2F; } +.no-header +{ + padding-top: 27px; +} + +.sidebar +{ + font-size: 14px; +} + /* From HTML Kickstart */ .clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0} .clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0} diff --git a/public_html/templates/list.tpl b/public_html/templates/list.tpl index 5596178..1d65fce 100644 --- a/public_html/templates/list.tpl +++ b/public_html/templates/list.tpl @@ -56,7 +56,7 @@ -
+

Your other tasks...

    @@ -86,6 +86,46 @@
+
+ +