Fix alignment to the center

This commit is contained in:
tobi132 2019-12-02 21:34:06 +01:00
parent 72d7dae7fa
commit 065661e419

View File

@ -30,7 +30,7 @@
</div> </div>
<br/> <br/>
<div style="text-align:center"> <div style="text-align:center">
<table> <table style="margin-left: auto; margin-right: auto;">
<tr> <tr>
<td> <td>
<img src="{{ template_path }}/images/content/headline-bracer-left.gif" /> <img src="{{ template_path }}/images/content/headline-bracer-left.gif" />
@ -58,10 +58,10 @@
</tr> </tr>
</table> </table>
<div style="text-align:center"> <div style="text-align:center">
<table border="0" cellspacing="0" cellpadding="0"> <table border="0" cellspacing="0" cellpadding="0" style="margin-left: auto; margin-right: auto;">
<form action="{{ getLink('account/register') }}" method="post"> <form action="{{ getLink('account/register') }}" method="post">
<tr> <tr>
<td style="border:0px;"> <td style="border:0;">
{{ include('buttons.register_account.html.twig') }} {{ include('buttons.register_account.html.twig') }}
</td> </td>
</tr> </tr>
@ -69,9 +69,9 @@
</table> </table>
</div> </div>
</div> </div>
<div class="BoxFrameHorizontal" style="background-image:url({{ template_path }}/images/content/box-frame-horizontal.gif);" /></div> <div class="BoxFrameHorizontal" style="background-image:url({{ template_path }}/images/content/box-frame-horizontal.gif);"></div>
<div class="BoxFrameEdgeRightBottom" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);" /></div> <div class="BoxFrameEdgeRightBottom" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);"></div>
<div class="BoxFrameEdgeLeftBottom" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);" /></div> <div class="BoxFrameEdgeLeftBottom" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);"></div>
</div> </div>
</div> </div>
<br/> <br/>