UNPKG
@kvaser/canking-api
Version:
beta (7.1.0-beta.241)
latest (7.5.1)
7.5.1
7.4.1
7.4.0
7.3.0
7.2.1
7.2.0
7.1.0
7.1.0-beta.241
7.1.0-beta.231
CanKing API to communicate with the CanKing service using Node.js.
@kvaser/canking-api
/
licenses
/
licenses.css
22 lines
(17 loc)
•
256 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
table
{
border-collapse
: collapse; }
table
,
th
,
td
{
border
:
1px
solid navy; }
th
{
text-align
: left;
background-color
:
#BCC6CC
; }
th
,
td
{
padding
:
2px
;
text-align
: left; }
tr
:nth-child
(even) {
background-color
:
#f2f2f2
; }