File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ iframe {
5555 position : absolute;
5656 width : 480px ;
5757 height : 270px ;
58- left : 480 px ;
58+ left : 0 px ;
5959 top : 270px ;
6060 overflow : hidden;
6161 border : none;
@@ -66,12 +66,13 @@ iframe {
6666
6767# editor-container {
6868 position : absolute;
69- left : 0 px ;
69+ left : 480 px ;
7070 top : 0px ;
7171 width : 480px ;
7272 height : 540px ;
7373 background-color : rgb (40 , 44 , 52 );
7474 border-right : solid 1px black;
75+ border-left : solid 1px black;
7576 z-index : 1 ;
7677}
7778
@@ -98,7 +99,7 @@ a:visited { color: white; }
9899# tutorial {
99100 animation-name : node-ready;
100101 animation-duration : 0.001s ;
101- left : 480 px ;
102+ left : 0 px ;
102103 width : 480px ;
103104 font-size : 14px ;
104105 position : absolute;
@@ -140,7 +141,7 @@ a:visited { color: white; }
140141# tutorial-menu {
141142 width : 90px ;
142143 height : 18px ;
143- left : 718 px ;
144+ left : 238 px ;
144145 display : inline;
145146 text-align : center;
146147 text-decoration : none;
@@ -162,7 +163,7 @@ a:visited { color: white; }
162163# tutorial-full {
163164 width : 90px ;
164165 height : 18px ;
165- left : 838 px ;
166+ left : 358 px ;
166167 display : inline;
167168 text-align : center;
168169 text-decoration : none;
@@ -184,7 +185,7 @@ a:visited { color: white; }
184185# tutorial-save {
185186 width : 90px ;
186187 height : 18px ;
187- left : 30 px ;
188+ left : 510 px ;
188189 display : inline;
189190 text-align : center;
190191 text-decoration : none;
@@ -206,7 +207,7 @@ a:visited { color: white; }
206207# tutorial-next {
207208 width : 90px ;
208209 height : 18px ;
209- left : 270 px ;
210+ left : 750 px ;
210211 text-decoration : none;
211212 text-align : center;
212213 top : 5px ;
@@ -227,7 +228,7 @@ a:visited { color: white; }
227228# tutorial-prev {
228229 width : 90px ;
229230 height : 18px ;
230- left : 150 px ;
231+ left : 630 px ;
231232 text-decoration : none;
232233 text-align : center;
233234 top : 5px ;
You can’t perform that action at this time.
0 commit comments