File tree Expand file tree Collapse file tree 7 files changed +1
-40
lines changed
Expand file tree Collapse file tree 7 files changed +1
-40
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ header {
361361
362362 .column {
363363 text-align :center ;
364- padding :0 $spacing-unit / 2 ;
364+ padding :0 ((( 2 * $spacing-unit ) / 3 ) + 3 ) ;
365365 }
366366
367367 h3 {
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ description: Learning NodeGit
1212- [ Basics] ( install/ )
1313- [ From source] ( install/from-source )
1414- [ Electron] ( install/electron/ )
15- - [ NW.js] ( install/nw.js/ )
1615
1716***
1817
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,14 +30,6 @@ npm install nodegit
3030 Electron
3131 </a>
3232 </div>
33- <div class="column">
34- <a href="http://nwjs.io">
35- <img src="/img/nwjs.png"/>
36- </a>
37- <a href="/guides/install/nw.js/">
38- nw.js
39- </a>
40- </div>
4133 </div>
4234 </div >
4335 <div class =" column " >
@@ -68,11 +60,6 @@ npm install nodegit
6860 <img src="/img/nodejs.png"/> NodeJS
6961 </a>
7062 </div>
71- <div class="column">
72- <a href="https://iojs.org">
73- <img src="/img/iojs.png"/> io.js
74- </a>
75- </div>
7663 </div>
7764 </div >
7865</div >
You can’t perform that action at this time.
0 commit comments