1
0
Fork 0

Switch second header to div

Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
master
OmegaRogue 2020-04-04 12:37:43 +02:00
parent 8565d61c43
commit 923dbe71e4
2 changed files with 6 additions and 14 deletions

View File

@ -18,17 +18,7 @@
padding: 0.75em;
}
.floating header {
.floating {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.floating footer {
position: fixed;
padding: .6em;
bottom: 0;
left: 0;
right: 0;
}
}

View File

@ -64,12 +64,14 @@
</div>
</section>-->
</header>
<header class="floating hidden">
<div class="floating">
<p id="requireHTTPS" class="hidden">
<b>STOP!</b> This page <b>must</b> be served over HTTPS.
Please <a>reload this page via HTTPS</a>.
</p>
</header>
</div>