aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mousetrap/plugins/record/tests/jelly.css
blob: a071c77c98aa47c7b03026dec87558d9a4b44d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
    font-family: helvetica, arial, sans-serif;
    line-height: 20px;
}

kbd {
    background-color: #ccc;
    display: inline-block;
    padding: 0.5ex 1em;
}

.test-record-result {
  margin-top: 20px;
}

.test-record-result span:nth-child(n+2) {
    margin-left: 10px;
}