Updated:
spacing between instance list and footer.
This commit is contained in:
parent
6c5474c93f
commit
063b6ea608
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
<title>LibreY - instances</title>
|
<title>LibreY - instances</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="misc-container">
|
||||||
<center>
|
<center>
|
||||||
<h2>Libre<span class="Y">Y</span> instances</h2>
|
<h2>Libre<span class="Y">Y</span> instances</h2>
|
||||||
<?php
|
<?php
|
||||||
|
@ -56,6 +56,7 @@
|
||||||
list_instances($librex_instances);
|
list_instances($librex_instances);
|
||||||
?>
|
?>
|
||||||
</center>
|
</center>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<?php require "misc/footer.php"; ?>
|
<?php require "misc/footer.php"; ?>
|
||||||
|
|
Loading…
Reference in a new issue