Replace tabulations for spaces.

Replace tabulations for spaces in the code.
This commit is contained in:
Alezia Kurdis 2020-03-01 22:35:48 -05:00 committed by GitHub
parent 0eb6f1f183
commit fa7143c87e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<!-- <!--
//VERSION 2.0 //VERSION 2.0
// Modified by Alezia Kurdis on on 02/27/2020 // Modified by Alezia Kurdis on on 02/27/2020
// for "Project Athena" // for "Project Athena"
// //
// Addition of a tab mechanism instead of collapsible sections to reduce the scrolling. // Addition of a tab mechanism instead of collapsible sections to reduce the scrolling.
@ -53,18 +53,18 @@
</div> </div>
</div> </div>
</div> </div>
<table style="width:100%; min-height: 352px; display: block;"> <table style="width:100%; min-height: 352px; display: block;">
<tr style="width:100%;"> <tr style="width:100%;">
<td style="width:32px; vertical-align:top; background-color:#575757; padding:0px; border:0px;"> <td style="width:32px; vertical-align:top; background-color:#575757; padding:0px; border:0px;">
<div id="tabs" class="tabsContainer"></div> <div id="tabs" class="tabsContainer"></div>
</td> </td>
<td style="width:100%; vertical-align: top; border:0px;"> <td style="width:100%; vertical-align: top; border:0px;">
<div id="properties-pages" style="min-height: 352px; display: block;"> <div id="properties-pages" style="min-height: 352px; display: block;">
<!-- each property is added at runtime in entityProperties --> <!-- each property is added at runtime in entityProperties -->
</div> </div>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>