File: jelly.css

package info (click to toggle)
node-mousetrap 1.6.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236 kB
  • ctags: 212
  • sloc: makefile: 2; sh: 2
file content (18 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (7)
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;
}