UNPKG
llearn
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
0.0.12
0.0.10
0.0.9
0.0.8
0.0.7
Bad-ass developers create awesome apps
github.com/perezLamed/lamed_learn
perezLamed/lamed_learn
llearn
/
templates
/
JSN
/
html
/
ace
/
styleEditor_Setup.html
10 lines
•
183 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
style
type
=
"text/css"
media
=
"screen"
>
#editor
{
margin
:
0
;
position
: absolute;
top
:
0
;
bottom
:
20px
;
left
:
0
;
width
:
200
; }
</
style
>