remove user page mini-avatar wrappers

This commit is contained in:
Jeff Atwood 2014-05-28 23:21:21 -07:00
parent 4b4d775ad9
commit 4d6ca00e2b
3 changed files with 1 additions and 10 deletions

View File

@ -166,11 +166,6 @@ body {
.avatar-wrapper {
background-color: $secondary;
display: inline-block;
border: 1px solid scale-color-diff();
@include border-radius-all(5px);
img {
@include border-radius-all(4px);
}
}
.profiler-results.profiler-left {

View File

@ -10,12 +10,8 @@
display: inline-block;
color: $primary;
}
.avatar-wrapper {
border: none;
}
.avatar-link {
margin-right: 3px;
}
}

View File

@ -331,7 +331,7 @@
}
.avatar-link {
float: left;
margin-right: 10px;
margin-right: 4px;
}
.title {
display: block;