Added CSS class rows-and-columns to main table

This commit is contained in:
Simon Willison 2018-04-23 18:30:03 -07:00
commit 00ab954300
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
<table>
<table class="rows-and-columns">
<thead>
<tr>
{% for column in display_columns %}