diff options
| author | jules <jules@okfoc.us> | 2014-11-26 19:45:35 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-11-26 19:45:35 -0500 |
| commit | 0f1d81276a528bc35ec1b0662d984280745b2ae4 (patch) | |
| tree | bad4dcb7051175eab9be700e8e4505ded2dea30d | |
| parent | 5a65510b53d18c734acaee9fe6e561e298f81d3e (diff) | |
hiding tutorial
| -rw-r--r-- | shader-combo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shader-combo.html b/shader-combo.html index 54f4329..d2147a5 100644 --- a/shader-combo.html +++ b/shader-combo.html @@ -30,7 +30,7 @@ a { color: #00f; } .ui-sortable-helper { cursor: -webkit-grabbing !important; } #commands { top:40px;right:20px; width:190px;height:calc(95% - 230px); } -#tutorial { top:40px;right:30px; width:290px;height:360px; display: block;} +#tutorial { top:40px;right:30px; width:290px;height:360px; display: none;} .iframe { position: absolute; box-shadow:5px 5px 10px rgba(0,0,0,0.3); background:rgba(255,255,255,0.8); display: none; cursor: -webkit-grab; } .iframe iframe {width: 100%;height:100%;margin:0;padding:0;border:0;} .iframe.dragging iframe { pointer-events: none; } |
