diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:25:37 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:25:37 -0400 |
| commit | df47546bab13b012e69f0bf58b755c76414081aa (patch) | |
| tree | 83dc78e217007d4158e4eaba280bb7ede28ee7bd /templates/attachments.tpl | |
| parent | b8f73f0b99052ca6e67480f927dd01772b3f1e43 (diff) | |
| download | liberty-df47546bab13b012e69f0bf58b755c76414081aa.tar.gz liberty-df47546bab13b012e69f0bf58b755c76414081aa.tar.bz2 liberty-df47546bab13b012e69f0bf58b755c76414081aa.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates/attachments.tpl')
| -rw-r--r-- | templates/attachments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/attachments.tpl b/templates/attachments.tpl index 6e81ff3..361d9e3 100644 --- a/templates/attachments.tpl +++ b/templates/attachments.tpl @@ -41,7 +41,7 @@ </ul> {/if} - <table class="data"> + <table class="table data"> <caption>{tr}Liberty Attachments{/tr}</caption> <tr> <th class="width1p"></th> |
