UNPKG
superhuman-mousetrap
Version:
latest (1.5.3-sh.1)
1.5.3-sh.1
Simple library for handling keyboard shortcuts
github.com/superhuman/mousetrap
superhuman/mousetrap
superhuman-mousetrap
/
plugins
/
record
/
tests
/
jelly.css
19 lines
(15 loc)
•
280 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
; }