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