use proper class for jobs list

This commit is contained in:
Lisa Passing 2015-03-23 15:05:41 +01:00
parent b3ff3e3481
commit c76271a0d0
3 changed files with 5 additions and 3 deletions

View File

@ -121,3 +121,7 @@
.is-empty
opacity: .5
.jobs-list
@include resetul

View File

@ -61,8 +61,6 @@
font-weight: 400
& span:hover + .tooltip
display: block
ul
@include resetul
.repo-main-commit
position: relative

View File

@ -12,7 +12,7 @@
</h2>
{{/if}}
<ul>
<ul class="jobs-list">
{{#each job in jobs}}
{{jobs-item job=job}}
{{/each}}