https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 601982949bd7c58e9b19e60c41943fba08a45766 authored by Chris Lilley on 27 March 2018, 02:17:29 UTC
update rel help
Tip revision: 6019829
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