X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2F_base.html;h=7c1050693747b13e4c46452d26d192ace91b0e46;hb=0c668bad3efe0db132452b63ecfef05320ca9e48;hp=d192631e55befd85dde6a0a97a914fefc891e143;hpb=ad957773a676d94f523199e7fc46fa416224a09f;p=plomtask diff --git a/templates/_base.html b/templates/_base.html index d192631..7c10506 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -19,7 +19,12 @@ 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 %}