[FIX] correct remaining time calculation at night before midnight, set body max-width

This commit is contained in:
Jannik Beyerstedt 2017-08-02 22:58:44 +02:00
parent 85f3ee44ca
commit b0a675ab3d
3 changed files with 20 additions and 6 deletions

View file

@ -69,8 +69,8 @@ if (isset($_GET['action'])) {
<link rel="stylesheet" href="style.css">
</head>
<body class="container-fluid">
<h1>Außenbeleuchtung</h1>
<body class="container">
<h1>Garagenlicht</h1>
<?php if ($error_string != '') : ?>
<div class="alert alert-danger" role="alert"><?php echo $error_string ?></div>