improved html formating

This commit is contained in:
Serghey Rodin 2012-10-09 11:37:54 +03:00
commit c02fa4284d
2 changed files with 3 additions and 2 deletions

View file

@ -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>

View file

@ -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 {