https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 356f64e4c4280b99ea4c72274ea6b15ab0ab2654 authored by Travis Leithead on 07 May 2013, 00:15:29 UTC
Disambiguate duplicate file names causing trouble with git on windows
Tip revision: 356f64e
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