Midsomer Murders
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-17 21:27:46 +00:00
parent 13fb5ac142
commit c67f93701b

View File

@@ -100,6 +100,8 @@ Whether you're a licensed ham or just a loyal viewer, add your name and help us
<style>
#namninsamling-lista {
padding: 0;
margin: 0;
border: 2px solid #888;
border-radius: 8px;
background-color: var(--md-code-bg-color);
@@ -108,6 +110,7 @@ Whether you're a licensed ham or just a loyal viewer, add your name and help us
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" width="100%" height="300px"></iframe>