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