UNPKG
catjs
Version:
latest (1.1.3)
1.1.3
1.1.1
1.1.0
0.5.0
0.4.93
0.4.84
0.4.83
0.4.81
0.4.80
0.4.71
0.4.70
0.4.68
0.4.67
0.4.66
0.4.65
0.4.60
0.4.56
0.4.55
0.4.50
0.4.48
0.4.47
0.4.45
0.4.43
0.4.41
0.4.30
0.4.26
0.4.25
0.4.2
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
(Mobile) Web Automation Framework
catjsteam.github.io
lastboy/catjs
catjs
/
src
/
module
/
project
/
init
/
projects
/
example
/
app
/
app.css
17 lines
(15 loc)
•
247 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HTML
,
BODY
{
color
:
#444444
;
font-family
: Tahoma;
margin
:
0px
;
padding
:
4px
; }
#description
{
font-size
:
12px
;
font-weight
: bold;
padding
:
6px
0px
0px
6px
; }
#description
,
#testbtn
{
margin
:
4px
;
float
:left
; }