Additional footer padding
This commit is contained in:
parent
f5ba52824a
commit
d202760d82
|
@ -438,6 +438,8 @@ th.table-th-sort-rev span.table-th-sort-span {
|
|||
}
|
||||
|
||||
#footer {
|
||||
margin: 8px 0;
|
||||
border-top: 1px solid #e7e7e7;
|
||||
margin: 32px 0;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
|
|
@ -363,6 +363,7 @@ echo $Server->Name();
|
|||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
|
@ -380,7 +381,6 @@ echo $Server->Name();
|
|||
</ul>
|
||||
</div> <!-- End .footer -->
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue