| @@ -75,18 +75,24 @@ | |||
| <div class="row autodoc_template_home_row"></div> | |||
| <div class="row"> | |||
| <div class="col autodoc_template_home_col"> | |||
| <table class="table table-borderless"> | |||
| <table class="table table-borderless table-sm"> | |||
| <tr> | |||
| <td><img class="autodoc_template_home_img" src="" /></td> | |||
| <td colspan="2" class="text-center"> | |||
| <img | |||
| class="autodoc_template_home_img img-thumbnail" | |||
| src="" | |||
| /> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td> | |||
| Owner:<span class="autodoc_template_home_owner">xxx</span> | |||
| </td> | |||
| <td>Owner:</td> | |||
| <td><span class="autodoc_template_home_owner">xxx</span></td> | |||
| </tr> | |||
| <tr> | |||
| <td> | |||
| Created: | |||
| </td> | |||
| <td> | |||
| <span class="autodoc_template_home_created" | |||
| >2019-10-09 12:22:22</span | |||
| > | |||
| @@ -96,8 +102,7 @@ | |||
| <td> | |||
| <span | |||
| class="badge badge-pill badge-secondary autodoc_template_home_tag" | |||
| >template</span | |||
| > | |||
| ></span> | |||
| </td> | |||
| </tr> | |||
| </table> | |||