Commit 111fecc6 authored by Phil Hughes's avatar Phil Hughes

Reverted project avatar radius

Fixed spacing in missing links
parent 509c2ca3
......@@ -15,7 +15,7 @@
&.s24 { margin-right: 4px; }
}
&.group-avatar, &.avatar-tile {
&.group-avatar, &.project-avatar, &.avatar-tile {
@include border-radius(0);
}
......
......@@ -75,6 +75,10 @@
float: none;
margin-left: auto;
margin-right: auto;
&.identicon {
border-radius: 50%;
}
}
.project-title {
......@@ -402,6 +406,8 @@ a.deploy-project-label {
border-radius: $border-radius-default;
a {
padding-left: 10px;
padding-right: 10px;
color: $notes-light-color;
display: block;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment