https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9a6904deeb2b2ae3400cc348badbb86db6c2ddb4 authored by Joshua Bell on 13 March 2018, 18:06:21 UTC
HTTPS-ify other links
Tip revision: 9a6904d
canvas-index.css
body {
    font-size: small;
    font-family: sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h3 {
    display: inline;
    font-size: medium;
}

h3 + p {
    display: inline;
    margin-left: 0.5em;
}

li {
    list-style-type: none;
}

ul {
    padding-left: 2em;
    margin-left: 0;
}
back to top