File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1010 "@phated/redux-create-store" : " ^0.3.0" ,
1111 "bs2-serial" : " ^0.12.0" ,
1212 "codemirror" : " ^4.13.0" ,
13- "frylord" : " ^0.7.1 " ,
13+ "frylord" : " ^0.7.4 " ,
1414 "holovisor" : " ^0.2.0" ,
1515 "iggins" : " ^0.4.0" ,
1616 "irken" : " ^0.8.0" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ const OverlayTitle = require('../components/overlay-title');
88const OverlayFooter = require ( '../components/overlay-footer' ) ;
99
1010const helpStyle = {
11- position : 'relative'
11+ position : 'relative' ,
12+ marginTop : '25px'
1213} ;
1314
1415const 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');
88const OverlayFooter = require ( '../components/overlay-footer' ) ;
99
1010const contentStyle = {
11- position : 'relative'
11+ position : 'relative' ,
12+ marginTop : '25px'
1213} ;
1314
1415const releaseNotesLink = 'https://github.com/parallaxinc/Parallax-IDE/releases' ;
You can’t perform that action at this time.
0 commit comments