Remove comments from designsđ

This commit is contained in:
Benjamin Beganović 2020-10-01 13:40:09 +02:00
parent b40d2bc50b
commit 6796f7876d
8 changed files with 11 additions and 18 deletions

View File

@ -143,7 +143,7 @@
</head>
<div class="header-wrapper" id="header">
<div><!-- Empty space placeholder--></div>
<div></div>
<div id="company-details"></div>
<div id="company-address"></div>
@ -169,5 +169,5 @@
<div id="product-table-footer" cellspacing="0"></div>
</body>
<div id="footer"><!-- Your footer content here --></div>
<div id="footer"></div>
</html>

View File

@ -201,5 +201,5 @@
<div id="product-table-footer" cellspacing="0"></div>
</body>
<div id="footer"><!-- Your footer content here --></div>
<div id="footer"></div>
</html>

View File

@ -1,4 +1,3 @@
<!-- Template: Clean -->
<!DOCTYPE html>
<html lang="en">
<head id="head">
@ -155,11 +154,9 @@
<div id="client-details"></div>
</div>
<!-- product_table -->
<table id="product-table" cellspacing="0"></table>
<div id="product-table-footer" cellspacing="0"></div>
</body>
<div id="footer"><!-- Your footer content here --></div>
<div id="footer"></div>
</html>

View File

@ -165,5 +165,5 @@
<div id="product-table-footer" cellspacing="0"></div>
</body>
<div id="footer"><!-- Your footer content here --></div>
<div id="footer"></div>
</html>

View File

@ -204,5 +204,5 @@
<div id="product-table-footer" cellspacing="0"></div>
</body>
<div id="footer"><!-- Your footer content here --></div>
<div id="footer"></div>
</html>

View File

@ -187,12 +187,10 @@
<tr>
<td class="page-footer-cell">
<div class="footer-info">
<div style="margin-top: 195px">
<!-- An offset div to space out table from footer -->
</div>
<div style="margin-top: 195px"></div>
<div class="footer-wrapper" id="footer">
<div class="footer-content">
<div><!-- Placeholder for offset --></div>
<div></div>
<div id="company-details"></div>
<div id="company-address"></div>
</div>

View File

@ -135,5 +135,5 @@
<div id="product-table-footer" cellspacing="0"></div>
</body>
<div id="footer"><!-- Your footer content here --></div>
<div id="footer"></div>
</html>

View File

@ -158,9 +158,7 @@
alt="$company.name logo"
/>
<div>
<!-- Placeholder for empty space -->
</div>
<div></div>
<div class="entity-details-wrapper">
<table id="entity-details" cellspacing="0"></table>
@ -187,5 +185,5 @@
<div id="product-table-footer" cellspacing="0"></div>
</body>
<div id="footer"><!-- Your footer content here --></div>
<div id="footer"></div>
</html>