X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;ds=sidebyside;f=templates%2F_base.html;h=0d2debe981a931eece26a1a8a60b2b74eb15a857;hb=c64a6dcd83cd13f5cc534325feac0554cf289a81;hp=0e384651d0f392a46ad97046849cf3f3f7955d07;hpb=2337eb37f27fdc60e3cb000052f00218d815c49f;p=plomtask diff --git a/templates/_base.html b/templates/_base.html index 0e38465..0d2debe 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -21,6 +21,13 @@ 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 %}