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> <html>
<head> <head>
<title>{% block title %}{% endblock %}</title> <title>{% block title %}{% endblock %}</title>
<style>
th {
text-align: left;
}
</style>
{% block extra_head %}{% endblock %} {% block extra_head %}{% endblock %}
</head> </head>
<body> <body>