mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
improved html formating
This commit is contained in:
parent
31ace14d27
commit
c02fa4284d
2 changed files with 3 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
||||||
<td class="counter-name" style="padding: 4px 0px 0px 0;" width="68%">
|
<td class="counter-name" style="padding: 4px 0px 0px 0;" width="68%">
|
||||||
Defaul Template:
|
Defaul Template:
|
||||||
</td>
|
</td>
|
||||||
<td class="counter-value" style="padding: 4px 0px 0px 0;">
|
<td class="counter-value" style="padding: 4px 0 0 6px;">
|
||||||
<?php echo $data[$key]['TEMPLATE'] ?>
|
<?php echo $data[$key]['TEMPLATE'] ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
border-top: 3px solid white;
|
border-bottom: 2px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-link {
|
.top-link {
|
||||||
|
@ -463,6 +463,7 @@
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: black;
|
color: black;
|
||||||
|
padding: 0 0 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.log-counter-value {
|
.log-counter-value {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue