X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2F_base.html;h=0d2debe981a931eece26a1a8a60b2b74eb15a857;hb=30aef71506f7d6215b04cddaba8fddba1788f883;hp=d192631e55befd85dde6a0a97a914fefc891e143;hpb=ad957773a676d94f523199e7fc46fa416224a09f;p=plomtask diff --git a/templates/_base.html b/templates/_base.html index d192631..0d2debe 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -19,7 +19,15 @@ div.btn-to-right { } td, th, tr, table { vertical-align: top; + margin-top: 1em; padding: 0; + border-collapse: collapse; +} +th, td { + padding-right: 1em; +} +a { + color: black; } {% block css %} {% endblock %}