Skip to content

Commit

Permalink
Space out badges a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Dec 22, 2017
1 parent 1ef2318 commit 735994c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ header {
font-style: normal
}

nav.badges a + a {
margin-left: 3px;
}

.image-list {
overflow: hidden;
}
Expand Down
8 changes: 5 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ title: 'Mocha - the fun, simple, flexible JavaScript test framework'
---
Mocha is a feature-rich JavaScript test framework running on [Node.js](http://nodejs.org) and in the browser, making asynchronous testing *simple* and *fun*. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Hosted on [GitHub](https://github.com/mochajs/mocha).

[![Gitter](/images/join-chat.svg)](https://gitter.im/mochajs/mocha)
[![OpenCollective](//opencollective.com/mochajs/backers/badge.svg)](#backers)
[![OpenCollective](//opencollective.com/mochajs/sponsors/badge.svg)](#sponsors)
<nav class="badges">
<a href="https://gitter.im/mochajs/mocha"><img src="/images/join-chat.svg" alt="Gitter"></a>
<a href="#backers"><img src="//opencollective.com/mochajs/backers/badge.svg" alt="OpenCollective backers"></a>
<a href="#sponsors"><img src="//opencollective.com/mochajs/sponsors/badge.svg" alt="OpenCollective sponsors"></a>
</nav>

{% include backers.md %}
{% include sponsors.md %}
Expand Down

0 comments on commit 735994c

Please sign in to comment.