UNPKG
mousetrap
Version:
latest (1.6.5)
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.4.6
0.0.1
Simple library for handling keyboard shortcuts
github.com/ccampbell/mousetrap
ccampbell/mousetrap
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
; }