Skip to content

Commit c02fa42

Browse files
committed
improved html formating
1 parent 31ace14 commit c02fa42

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

web/templates/admin/list_packages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<td class="counter-name" style="padding: 4px 0px 0px 0;" width="68%">
7272
Defaul Template:
7373
</td>
74-
<td class="counter-value" style="padding: 4px 0px 0px 0;">
74+
<td class="counter-value" style="padding: 4px 0 0 6px;">
7575
<?php echo $data[$key]['TEMPLATE'] ?>
7676
</td>
7777
</tr>

web/templates/header.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
font-size: 10pt;
4343
text-align: left;
4444
line-height: 1.2em;
45-
border-top: 3px solid white;
45+
border-bottom: 2px solid white;
4646
}
4747

4848
.top-link {
@@ -463,6 +463,7 @@
463463
font-family: Arial, sans-serif;
464464
font-size: 10pt;
465465
color: black;
466+
padding: 0 0 0 4px;
466467
}
467468

468469
.log-counter-value {

0 commit comments

Comments
 (0)