Switch to generic avatar class styling

This commit is contained in:
Chase Sterling 2015-12-16 00:29:55 -05:00
parent c6f4ccd10b
commit c2cc26e086
2 changed files with 2 additions and 4 deletions

View File

@ -83,9 +83,7 @@
float: right;
}
.user-avatar a img {
width: 24px;
height: 24px;
.avatar {
-webkit-box-shadow: 0 1px 3px #1e1e1e;
-moz-box-shadow: 0 1px 3px #1e1e1e;
box-shadow: 0 1px 3px #1e1e1e;

View File

@ -62,7 +62,7 @@
<li class="dropdown user-avatar">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span>
<img src="{{ current_user.avatar }}" class="menu-avatar">
<img src="{{ current_user.avatar }}?s=24" class="avatar">
<span>{{ current_user.username }} <i class="icon-caret-down"></i></span>
</span>
</a>