th align left for all tables

This commit is contained in:
Simon Willison 2017-10-25 07:46:38 -07:00
commit e55bc3b2fa

View file

@ -2,6 +2,11 @@
<html>
<head>
<title>{% block title %}{% endblock %}</title>
<style>
th {
text-align: left;
}
</style>
{% block extra_head %}{% endblock %}
</head>
<body>