fix alignment on tiles on landing, some css cleanup
This commit is contained in:
parent
eb2edd83db
commit
7a04307c25
|
@ -408,10 +408,12 @@
|
|||
text-align: center
|
||||
padding: 20px 0 0 0
|
||||
|
||||
.recent-builds h2
|
||||
text-align: center
|
||||
|
||||
.recent-builds p
|
||||
.recent-builds-text h2,
|
||||
.user-testimonials h2,
|
||||
.private-repos h2,
|
||||
.recent-builds-text p,
|
||||
.user-testimonials p,
|
||||
.private-repos p
|
||||
text-align: center
|
||||
|
||||
.free-for-oss br.mobile-no-break
|
||||
|
@ -424,21 +426,9 @@
|
|||
display: inline-block
|
||||
margin-bottom: 40px
|
||||
|
||||
.private-repos h2
|
||||
text-align: center
|
||||
|
||||
.private-repos p
|
||||
text-align: center
|
||||
|
||||
.user-testimonials
|
||||
margin-bottom: 50px
|
||||
|
||||
.user-testimonials h2
|
||||
text-align: center
|
||||
|
||||
.user-testimonails p
|
||||
text-align: center
|
||||
|
||||
@media (max-width: 640px)
|
||||
.user-testimonials
|
||||
margin-bottom: 140px
|
||||
|
|
|
@ -55,20 +55,20 @@
|
|||
<h2>{{repo.name}}</h2>
|
||||
</div>
|
||||
<div class="db-controls column end">
|
||||
<p class="db-job column small-6">
|
||||
<p class="db-job column medium-6">
|
||||
{{#link-to "build" repo repo.lastBuild.id}}
|
||||
<span class="icon icon-hash"></span>
|
||||
{{repo.lastBuild.number}}
|
||||
{{repo.lastBuild.state}}
|
||||
{{/link-to}}
|
||||
</p>
|
||||
<p class="db-commit column small-6">
|
||||
<p class="db-commit column medium-6">
|
||||
<span class="icon icon-github"></span>
|
||||
{{format-sha repo.lastBuild.commit.sha}}</p>
|
||||
<p class="db-timeago column small-6">
|
||||
<p class="db-timeago column medium-6">
|
||||
<span class="icon icon-cal"></span>
|
||||
{{landing-page-last-build-time repo.lastBuild.finishedAt}}</p>
|
||||
<p class="db-branch column small-6">
|
||||
<p class="db-branch column medium-6">
|
||||
<span class="icon icon-branch"></span>
|
||||
{{repo.lastBuild.branch}}</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user