fix reloads and style

This commit is contained in:
Synox 2018-01-12 22:28:57 +01:00
parent 11ac4ceef8
commit e0febe4a8b
2 changed files with 3 additions and 2 deletions

View File

@ -58,7 +58,7 @@ $purifier = new HTMLPurifier($purifier_config);
setInterval(function () { setInterval(function () {
// reloadWithTurbolinks(); reloadWithTurbolinks();
}, 15000); }, 15000);

View File

@ -23,8 +23,9 @@ div.min-height {
header { header {
background-color: #D9E2E9; background-color: #D9E2E9;
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 15px;
} }
#openRandomButton { #openRandomButton {