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 {
55
55
position : absolute;
56
56
width : 480px ;
57
57
height : 270px ;
58
- left : 480 px ;
58
+ left : 0 px ;
59
59
top : 270px ;
60
60
overflow : hidden;
61
61
border : none;
@@ -66,12 +66,13 @@ iframe {
66
66
67
67
# editor-container {
68
68
position : absolute;
69
- left : 0 px ;
69
+ left : 480 px ;
70
70
top : 0px ;
71
71
width : 480px ;
72
72
height : 540px ;
73
73
background-color : rgb (40 , 44 , 52 );
74
74
border-right : solid 1px black;
75
+ border-left : solid 1px black;
75
76
z-index : 1 ;
76
77
}
77
78
@@ -98,7 +99,7 @@ a:visited { color: white; }
98
99
# tutorial {
99
100
animation-name : node-ready;
100
101
animation-duration : 0.001s ;
101
- left : 480 px ;
102
+ left : 0 px ;
102
103
width : 480px ;
103
104
font-size : 14px ;
104
105
position : absolute;
@@ -140,7 +141,7 @@ a:visited { color: white; }
140
141
# tutorial-menu {
141
142
width : 90px ;
142
143
height : 18px ;
143
- left : 718 px ;
144
+ left : 238 px ;
144
145
display : inline;
145
146
text-align : center;
146
147
text-decoration : none;
@@ -162,7 +163,7 @@ a:visited { color: white; }
162
163
# tutorial-full {
163
164
width : 90px ;
164
165
height : 18px ;
165
- left : 838 px ;
166
+ left : 358 px ;
166
167
display : inline;
167
168
text-align : center;
168
169
text-decoration : none;
@@ -184,7 +185,7 @@ a:visited { color: white; }
184
185
# tutorial-save {
185
186
width : 90px ;
186
187
height : 18px ;
187
- left : 30 px ;
188
+ left : 510 px ;
188
189
display : inline;
189
190
text-align : center;
190
191
text-decoration : none;
@@ -206,7 +207,7 @@ a:visited { color: white; }
206
207
# tutorial-next {
207
208
width : 90px ;
208
209
height : 18px ;
209
- left : 270 px ;
210
+ left : 750 px ;
210
211
text-decoration : none;
211
212
text-align : center;
212
213
top : 5px ;
@@ -227,7 +228,7 @@ a:visited { color: white; }
227
228
# tutorial-prev {
228
229
width : 90px ;
229
230
height : 18px ;
230
- left : 150 px ;
231
+ left : 630 px ;
231
232
text-decoration : none;
232
233
text-align : center;
233
234
top : 5px ;
You can’t perform that action at this time.
0 commit comments