Skip to content

Commit 4d4f8e4

Browse files
committed
added the wiki and improved display of the code editor
1 parent 810fdc3 commit 4d4f8e4

File tree

4 files changed

+28
-10
lines changed

4 files changed

+28
-10
lines changed

AlgorithmVisualizer.wiki

css/stylesheet.css

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ section {
271271

272272
.files_bar {
273273
height: 30px;
274+
border: none;
275+
border-bottom: 1px solid #505050;
274276
}
275277

276278
.files_bar > * {
@@ -280,18 +282,20 @@ section {
280282

281283
.files_bar > button {
282284
width: 30px;
285+
float: left;
286+
position: relative;
283287
}
284288

285289
.files_bar > button:disabled {
286290
background: rgba(0, 0, 0, .15);
287291
}
288292

289-
.files_bar > .btn-left {
290-
left: 0;
293+
.files_bar .btn-right {
294+
float: right;
291295
}
292296

293-
.files_bar > .btn-right {
294-
right: 0;
297+
.files_bar .btn-left {
298+
float: left;
295299
}
296300

297301
.files_bar > .wrapper {
@@ -569,3 +573,8 @@ button[disabled] {
569573
from { background: rgba(0, 174, 255, 0.1); }
570574
to { background: rgba(0, 174, 255, 0.4); }
571575
}
576+
577+
.ace_editor {
578+
border-left: none;
579+
border-bottom: none;
580+
}

public/algorithm_visualizer.css

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ section {
391391

392392
.files_bar {
393393
height: 30px;
394+
border: none;
395+
border-bottom: 1px solid #505050;
394396
}
395397

396398
.files_bar > * {
@@ -400,18 +402,20 @@ section {
400402

401403
.files_bar > button {
402404
width: 30px;
405+
float: left;
406+
position: relative;
403407
}
404408

405409
.files_bar > button:disabled {
406410
background: rgba(0, 0, 0, .15);
407411
}
408412

409-
.files_bar > .btn-left {
410-
left: 0;
413+
.files_bar .btn-right {
414+
float: right;
411415
}
412416

413-
.files_bar > .btn-right {
414-
right: 0;
417+
.files_bar .btn-left {
418+
float: left;
415419
}
416420

417421
.files_bar > .wrapper {
@@ -709,3 +713,8 @@ button[disabled] {
709713
from { background: rgba(0, 174, 255, 0.1); }
710714
to { background: rgba(0, 174, 255, 0.4); }
711715
}
716+
717+
.ace_editor {
718+
border-left: none;
719+
border-bottom: none;
720+
}

public/algorithm_visualizer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)