mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
fixed title padding
This commit is contained in:
parent
8b74eb9179
commit
d6d80b5637
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<tr>
|
||||
<td style="padding: 10x 2px 0 0;" ><a class="name"><b>Adding Package</b></a>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b>Adding Package</b></a>
|
||||
<?php
|
||||
if (!empty($_SESSION['error_msg'])) {
|
||||
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue