forked from FOSS/BangleApps
Switch second header to div
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>master
parent
8565d61c43
commit
923dbe71e4
14
css/pwa.css
14
css/pwa.css
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue