diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-22 23:18:33 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-22 23:18:33 -0500 |
| commit | 42323b8eb65c8a56239467bb2580e8c96da36229 (patch) | |
| tree | 96b33d147e494076ebfebd99d539be7aba0bda41 /index.html | |
| parent | bfdb50e058abf94577ddd1b9e2cf1a9e6653828b (diff) | |
fix atan2
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ body.loading { opacity: 0; } body { transition: 0.1s linear; } .focused { box-shadow: inset 1px 0 2px white, inset -1px 0 2px white, inset 0 1px 2px white, inset 0 -1px 2px white; } #shader_textarea { display: none; float: right; font-size:12pt; width: 45%; height: 400px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;} -#cursor_input { position: absolute; top: 0; right: 0; width:30px; } +#cursor_input { position: absolute; top: 0; right: 0; width:30px; opacity: 0; } </style> <body class="loading"> |
