X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/copy_structured?a=blobdiff_plain;f=templates%2F_base.html;h=7c1050693747b13e4c46452d26d192ace91b0e46;hb=0c668bad3efe0db132452b63ecfef05320ca9e48;hp=0070630605f3db45602f70d524196344bb69c7a4;hpb=2ca0045683f74254fd0e248c2567fa2efa358c08;p=plomtask diff --git a/templates/_base.html b/templates/_base.html index 0070630..7c10506 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -19,16 +19,22 @@ div.btn-to-right { } td, th, tr, table { vertical-align: top; + margin-top: 1em; padding: 0; + border-collapse: collapse; +} +a { + color: black; } {% block css %} {% endblock %} -processes -conditions today calendar +conditions +processes +todos
{% block content %} {% endblock %}