Fix missing space between fork and star icons

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2016-02-03 18:05:58 +01:00
parent d506b3f958
commit 6f8ae85567
No known key found for this signature in database
GPG key ID: 627C5F589F467F17
2 changed files with 6 additions and 2 deletions

View file

@ -415,6 +415,10 @@ pre.light-well {
a:hover {
text-decoration: none;
}
> span {
margin-left: 10px;
}
}
.project-description {

View file

@ -29,8 +29,8 @@
.project-controls
- if ci_commit
%span
= render_ci_status(ci_commit)
&nbsp;
- if forks
%span
= icon('code-fork')