Wrap footer in container-fluid

This commit is contained in:
Kyle Johnson 2016-03-12 20:27:22 -05:00
parent 5e2d4bc325
commit bebb1017fd
1 changed files with 1 additions and 8 deletions

View File

@ -363,7 +363,6 @@ echo $Server->Name();
?> ?>
</tbody> </tbody>
</table> </table>
</div>
<div id="footer"> <div id="footer">
@ -379,15 +378,9 @@ echo $Server->Name();
<li><?php echo translate('Load') ?>: <?php echo getLoad() ?></li> <li><?php echo translate('Load') ?>: <?php echo getLoad() ?></li>
<li><?php echo translate('Disk') ?>: <?php echo getDiskPercent() ?>%</li> <li><?php echo translate('Disk') ?>: <?php echo getDiskPercent() ?>%</li>
</ul> </ul>
</div> <!-- End .footer --> </div> <!-- End .footer -->
</div>
</form> </form>
</body> </body>
</html> </html>