Midsomer Murders
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
12129babf3
commit
a440821bee
|
@ -98,4 +98,15 @@ Whether you're a licensed ham or just a loyal viewer, add your name and help us
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<iframe src="/namnlista.txt" width="100%" height="300px"></iframe>
|
<style>
|
||||||
|
#namninsamling-lista {
|
||||||
|
border: 2px solid #888;
|
||||||
|
border-radius: 8px;
|
||||||
|
background-color: var(--md-code-bg-color);
|
||||||
|
color: var(--md-typeset-color);
|
||||||
|
padding: 1rem; /* padding har dock ingen effekt i iframe direkt, men bra att ha ifall du byter till <div> senare */
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<iframe id="namninsamling-lista" src="/namnlista.txt" height="300px"></iframe>
|
Loading…
Reference in New Issue