Midsomer Murders
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-07-17 21:11:37 +00:00
parent 12129babf3
commit a440821bee
1 changed files with 12 additions and 1 deletions

View File

@ -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>