https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 829648dee8a4ea94b40c75e1b270b8ed9611bbd3 authored by Liam Quin on 25 June 2018, 19:13:57 UTC
Update META.yml
Tip revision: 829648d
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