remove owner name from repos on owner page and fix cta bug

This commit is contained in:
Lisa Passing 2015-05-05 11:33:33 +02:00
parent 8733b46d32
commit 065796bc76
3 changed files with 7 additions and 6 deletions

View File

@ -38,14 +38,15 @@
@extend .repo-main @extend .repo-main
@include resetul @include resetul
h3 // h3
margin: 0 // margin: 0
font-size: $font-size-m; // font-size: $font-size-m;
font-weight: 400 // font-weight: 400
h2 h2
font-size: 20px font-size: 20px
white-space: nowrap white-space: nowrap
line-height: 2.5
.tile-status .icon-status .tile-status .icon-status
margin-top: 2.1em margin-top: 2.1em

View File

@ -120,6 +120,7 @@ $top-height: 55px
transform: translateY(-0.1rem); transform: translateY(-0.1rem);
@media #{$medium-up} @media #{$medium-up}
&.row
height: $top-height height: $top-height
.navigation .navigation

View File

@ -5,7 +5,6 @@
<span {{bind-attr class=":icon :icon-status repo.default_branch.last_build.state"}}></span> <span {{bind-attr class=":icon :icon-status repo.default_branch.last_build.state"}}></span>
</div> </div>
<div class="tile-main tile-header column medium-3"> <div class="tile-main tile-header column medium-3">
<h3>{{ownerName}}</h3>
<h2>{{#link-to "repo" ownerName repoName }}{{repoName}}{{/link-to}}</h2> <h2>{{#link-to "repo" ownerName repoName }}{{repoName}}{{/link-to}}</h2>
</div> </div>
<div class="column medium-9 end"> <div class="column medium-9 end">