Midsomer Murders
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
caf697a0dd
commit
30c91c76c1
|
@ -98,6 +98,27 @@ Whether you're a licensed ham or just a loyal viewer, add your name and help us
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<style>
|
||||||
|
#namninsamling-lista-wrapper {
|
||||||
|
max-width: 400px;
|
||||||
|
border: 2px solid #888;
|
||||||
|
border-radius: 8px;
|
||||||
|
background-color: var(--md-code-bg-color);
|
||||||
|
padding: 0;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
overflow: hidden;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
#namninsamling-lista {
|
||||||
|
width: 100%;
|
||||||
|
height: 300px;
|
||||||
|
border: none;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<iframe
|
<iframe
|
||||||
id="namninsamling-lista"
|
id="namninsamling-lista"
|
||||||
src="/data/namnlista.html"
|
src="/data/namnlista.html"
|
||||||
|
|
Loading…
Reference in New Issue