Skip to content

Commit

Permalink
Add Canonical to production usage section.
Browse files Browse the repository at this point in the history
  • Loading branch information
squidsoup committed Jun 6, 2015
1 parent ca73440 commit 212a47c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 7 additions & 3 deletions css/libgit2.css
Expand Up @@ -1698,17 +1698,21 @@ p {
margin: 0 .9em;
}
#production-usage img[src*='logo-plastic'] {
margin-bottom: -12px;
margin-bottom: -8px;
}
#production-usage img[src*='logo-beanstalk'] {
margin-top: -5px;
}
#production-usage img[src*='logo-striata'] {
margin-bottom: -7px;
margin-bottom: -14px;
}

#production-usage img[src*='logo-xamarin'] {
margin-bottom: -7px;
margin-bottom: -20px;
}

#production-usage img[src*='logo-canonical'] {
margin-bottom: -18px;
}


Expand Down
Binary file added images/libgit2/logo-canonical@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions index.html
Expand Up @@ -35,11 +35,12 @@ <h3>Permissive Licensing</h3>
<section id='production-usage'>
<h5>Trusted and used in production by</h5>
<img src="images/libgit2/logo-github@2x.png" alt="GitHub" width="83" height="38" />
<img src="images/libgit2/logo-microsoft@2x.png" alt="Microsoft" width="150" height="32" />
<img src="images/libgit2/logo-plastic@2x.png" alt="Plastic SCM" width="139" height="29" /><br />
<img src="images/libgit2/logo-beanstalk@2x.png" alt="Beanstalk" width="118" height="37" />
<img src="images/libgit2/logo-microsoft@2x.png" alt="Microsoft" width="150" height="32" /><br/>
<img src="images/libgit2/logo-plastic@2x.png" alt="Plastic SCM" width="139" height="29" />
<img src="images/libgit2/logo-beanstalk@2x.png" alt="Beanstalk" width="118" height="37" /><br />
<img src="images/libgit2/logo-striata@2x.png" alt="Striata" width="104" height="25" />
<img src="images/libgit2/logo-xamarin@2x.png" alt="Xamarin" width="133" height="32" />
<img src="images/libgit2/logo-canonical@2x.png" alt="Xamarin" width="150" height="20" />
</section>
</div>
<aside id='sidebar'>
Expand Down

0 comments on commit 212a47c

Please sign in to comment.