Revision 9d2308aa42c2c544d47cc1f70cb3d5dc8020b63a authored by Josh Matthews on 26 April 2016, 12:58:32 UTC, committed by Ms2ger on 26 April 2016, 12:58:35 UTC
1 parent dac45e9
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