Revision cf66d925d4f13709f0cdacff6219380c4108ae8a authored by Henrik Skupin on 29 August 2018, 13:41:50 UTC, committed by jgraham on 30 August 2018, 15:41:02 UTC
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1486572
gecko-commit: 3eb891993d3e0802ae958cb8256d4e44c3b0817e
gecko-integration-branch: mozilla-inbound
1 parent ffe0601
Raw File
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