diff options
Diffstat (limited to 'theatre')
-rw-r--r-- | theatre/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theatre/index.html b/theatre/index.html index 71d4067..c10ab19 100644 --- a/theatre/index.html +++ b/theatre/index.html @@ -6,7 +6,7 @@ description: Mostly for my own reference, here’s a list of shows I’ve worked <h1>Theatrical Credits</h1> -<table> +<table class="data-table"> {% for show in site.data.shows %} <tr> <td><i>{{ show.name }}</i></td> |