mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
fix table margin for ie
This commit is contained in:
parent
22274b2b11
commit
dd9b517d31
4 changed files with 12 additions and 7 deletions
|
@ -30,13 +30,15 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div id="vstobjects">
|
<div id="vstobjects">
|
||||||
<table class="data" style="background: #ebe9dc;margin: 10px 0;">
|
<div style="height:10px; font-size:0;"></div>
|
||||||
|
<table class="data" style="background: #ebe9dc;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 8px 2px 8px 0;">
|
<td style="padding: 8px 2px 8px 0;">
|
||||||
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
|
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<div style="height:10px; font-size:0;"></div>
|
||||||
<table class="data">
|
<table class="data">
|
||||||
<?php
|
<?php
|
||||||
foreach ($data as $key => $value) {
|
foreach ($data as $key => $value) {
|
||||||
|
|
|
@ -30,14 +30,15 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div id="vstobjects">
|
<div id="vstobjects">
|
||||||
<table class="data" style="background: #ebe9dc;margin: 10px 0;">
|
<div style="height:10px; font-size:0;"></div>
|
||||||
|
<table class="data" style="background: #ebe9dc;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 8px 2px 8px 0;">
|
<td style="padding: 8px 2px 8px 0;">
|
||||||
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
|
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<div style="height:10px; font-size:0;"></div>
|
||||||
<table class="data">
|
<table class="data">
|
||||||
<?php
|
<?php
|
||||||
foreach ($data as $key => $value) {
|
foreach ($data as $key => $value) {
|
||||||
|
|
|
@ -28,14 +28,15 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div id="vstobjects">
|
<div id="vstobjects">
|
||||||
<table class="data" style="background: #ebe9dc;margin: 10px 0;">
|
<div style="height:10px; font-size:0;"></div>
|
||||||
|
<table class="data" style="background: #ebe9dc;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 8px 2px 8px 0;">
|
<td style="padding: 8px 2px 8px 0;">
|
||||||
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
|
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<div style="height:10px; font-size:0;"></div>
|
||||||
<table class="data">
|
<table class="data">
|
||||||
<?php
|
<?php
|
||||||
foreach ($data as $key => $value) {
|
foreach ($data as $key => $value) {
|
||||||
|
|
|
@ -28,14 +28,15 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div id="vstobjects">
|
<div id="vstobjects">
|
||||||
<table class="data" style="background: #ebe9dc;margin: 10px 0;">
|
<div style="height:10px; font-size:0;"></div>
|
||||||
|
<table class="data" style="background: #ebe9dc;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 8px 2px 8px 0;">
|
<td style="padding: 8px 2px 8px 0;">
|
||||||
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
|
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<div style="height:10px; font-size:0;"></div>
|
||||||
<table class="data">
|
<table class="data">
|
||||||
<?php
|
<?php
|
||||||
foreach ($data as $key => $value) {
|
foreach ($data as $key => $value) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue