[FIX] correct remaining time calculation at night before midnight, set body max-width
This commit is contained in:
parent
85f3ee44ca
commit
b0a675ab3d
3 changed files with 20 additions and 6 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue