diff options
author | Ben Burwell <ben@benburwell.com> | 2015-03-28 13:25:11 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-03-28 13:25:11 -0400 |
commit | 69c3a754d8e81bd71821efbc03da5b5a6a91d885 (patch) | |
tree | ce4470685856b5a70577414f65744daad2bb1e6b /theatre | |
parent | 5fda997389199e1b42c3096a4d9d41e2056ff6b8 (diff) |
Added resetting lost password post
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> |