Skip to content

Commit d898618

Browse files
authored
Revert "Auto generate tracers"
1 parent 0136803 commit d898618

File tree

11 files changed

+5
-396
lines changed

11 files changed

+5
-396
lines changed

algorithm/scratch_paper/code.js

Whitespace-only changes.

css/stylesheet.css

+1-68
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ nav h3 {
230230

231231
nav,
232232
section,
233-
.sandbox_container,
234233
.viewer_container,
235234
.editor_container {
236235
position: absolute;
@@ -250,11 +249,6 @@ section {
250249
right: 50%;
251250
}
252251

253-
.sandbox_container{
254-
left: 50%;
255-
z-index: 100;
256-
}
257-
258252
.editor_container {
259253
left: 50%;
260254
}
@@ -264,10 +258,6 @@ section {
264258
border: none;
265259
}
266260

267-
.hide{
268-
display: none;
269-
}
270-
271261
.tab_container {
272262
top: 30px;
273263
background: #242424;
@@ -342,7 +332,6 @@ section {
342332
border-bottom: none;
343333
}
344334

345-
.close_bar,
346335
.files_bar {
347336
height: 30px;
348337
border-bottom: 1px solid #505050;
@@ -387,11 +376,6 @@ section {
387376
box-shadow: inset 16px 0 16px -16px rgba(0, 0, 0, .6), inset -16px 0 16px -16px rgba(0, 0, 0, .6);
388377
}
389378

390-
.close_bar {
391-
width: 100%;
392-
background-color: #3f3f3f;
393-
}
394-
395379
.explanation_container {
396380
border: none;
397381
top: 30px;
@@ -673,55 +657,4 @@ input[type=number]::-webkit-outer-spin-button {
673657
top: 30px;
674658
left: 0;
675659
}
676-
}
677-
678-
.buttonContainer {
679-
width: 75px;
680-
height: 25px;
681-
display: block;
682-
position: relative;
683-
z-index: 100;
684-
background-color: white;
685-
}
686-
687-
.inputField {
688-
width: 25px;
689-
border: 0;
690-
}
691-
692-
.sb-button {
693-
border: 1px solid #515151;
694-
height: 25px;
695-
margin: 0 auto;
696-
}
697-
698-
.auto-gen {
699-
top: 30px;
700-
height: 100%;
701-
width: 100%;
702-
text-align: center;
703-
background-color: #262626;
704-
align-items: center;
705-
}
706-
707-
.inputs {
708-
display: inline-block;
709-
border: 0;
710-
background-color: #505050;
711-
height: 25px;
712-
width: 75px;
713-
}
714-
715-
.grid {
716-
width: 50%;
717-
height: 50%;
718-
float: left;
719-
-webkit-box-sizing: border-box;
720-
-moz-box-sizing: border-box;
721-
box-sizing: border-box;
722-
}
723-
724-
.fields {
725-
margin-top: 5px;
726-
margin-bottom: 5px;
727-
}
660+
}

index.html

-7
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ <h3>
3030
</h3>
3131
</button>
3232
<div class="top-menu-buttons">
33-
<div class="btn" id="btn_generate">
34-
<div class="wrapper">
35-
<i class='fa fa-pencil' aria-hidden='true'></i>
36-
<span class="btn-text">Generate</span>
37-
</div>
38-
</div>
39-
4033
<div class="btn" id="btn_share">
4134
<div class="wrapper">
4235
<i class="fa fa-share" aria-hidden="true"></i> Share <input type="text" class="collapse" id="shared">

js/create/array1d.js

-45
This file was deleted.

js/create/array2d.js

-128
This file was deleted.

js/create/index.js

-93
This file was deleted.

0 commit comments

Comments
 (0)