Midsomer Murders
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
13fb5ac142
commit
c67f93701b
|
@ -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>
|
Loading…
Reference in New Issue