Revision a39e0345491427d036bae69488b72661e11057f6 authored by Simon Pieters on 24 April 2018, 20:32:47 UTC, committed by L. David Baron on 24 April 2018, 20:32:47 UTC
1 parent ff863cd
Raw File
canvas-frame.css
body {
    font-size: small;
    font-family: sans-serif;
}

p {
    line-height: 0;
}

p:first-child {
    display: inline;
}

h1 {
    display: inline;
}

iframe, object {
    border: 1px black solid;
    margin: 2px;
}
back to top