| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,9 +26,9 @@ | |||
| 26 | 26 | </ul> | |
| 27 | 27 | <div class="api-content"> | |
| 28 | 28 | <div class="about"> | |
| 29 | - <h3>About NodeGit</h3> | ||
| 29 | + <h3>About</h3> | ||
| 30 | 30 | <p>Asynchronous native Node bindings to the libgit2 project.</p> | |
| 31 | - <span class="version">Version 0.1.0</span> | | ||
| 31 | + <span class="version">Version 0.2.0 (WIP)</span> | | ||
| 32 | 32 | <a href="https://github.com/nodegit/nodegit">GitHub repository</a> | |
| 33 | 33 | <p> | |
| 34 | 34 | <a href="https://travis-ci.org/nodegit/nodegit"><img src="https://camo.githubusercontent.com/be9d877bd751211f37a89a3609758d5c44a7505e/68747470733a2f2f7472617669732d63692e6f72672f746272616e79656e2f6e6f64656769742e706e67" alt="Build | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,7 @@ | |||
| 8 | 8 | left: 0; | |
| 9 | 9 | top: 0; | |
| 10 | 10 | font-size: 13px; | |
| 11 | + background: #3D3D3D; | ||
| 11 | 12 | /* Cover #content */ | |
| 12 | 13 | z-index: 100; | |
| 13 | 14 | } | |
@@ -61,6 +62,7 @@ | |||
| 61 | 62 | position: relative; | |
| 62 | 63 | overflow-x: hidden; | |
| 63 | 64 | left: 225px; | |
| 65 | + background: #303030; | ||
| 64 | 66 | } | |
| 65 | 67 | ||
| 66 | 68 | .api-content .inner-content { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments