th align left for all tables

magic-columns
Simon Willison 2017-10-25 07:46:38 -07:00
rodzic 1c5977961f
commit e55bc3b2fa
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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