File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
"@phated/redux-create-store" : " ^0.3.0" ,
11
11
"bs2-serial" : " ^0.12.0" ,
12
12
"codemirror" : " ^4.13.0" ,
13
- "frylord" : " ^0.7.1 " ,
13
+ "frylord" : " ^0.7.4 " ,
14
14
"holovisor" : " ^0.2.0" ,
15
15
"iggins" : " ^0.4.0" ,
16
16
"irken" : " ^0.8.0" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ const OverlayTitle = require('../components/overlay-title');
8
8
const OverlayFooter = require ( '../components/overlay-footer' ) ;
9
9
10
10
const helpStyle = {
11
- position : 'relative'
11
+ position : 'relative' ,
12
+ marginTop : '25px'
12
13
} ;
13
14
14
15
const helpLink = 'http://www.parallax.com/go/PBASICHelp' ;
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ const OverlayTitle = require('../components/overlay-title');
8
8
const OverlayFooter = require ( '../components/overlay-footer' ) ;
9
9
10
10
const contentStyle = {
11
- position : 'relative'
11
+ position : 'relative' ,
12
+ marginTop : '25px'
12
13
} ;
13
14
14
15
const releaseNotesLink = 'https://github.com/parallaxinc/Parallax-IDE/releases' ;
You can’t perform that action at this time.
0 commit comments