UNPKG
gl-compute
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
WebGL Compute Framework
github.com/gnonio/gl-compute
gnonio/gl-compute
gl-compute
/
demo
/
ext
/
custom.css
14 lines
(11 loc)
•
246 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.mono
{
font-family
: monospace; }
.smalltext
{
font-size
:
12px
; }
.xsmalltext
{
font-size
:
10px
; }
.top-margin
[class=row]
{
margin-top
:
5px
; }
textarea
{
resize
: none; }
.col-centered
{
float
: none;
margin
:
0px
auto; }