Switch to generic avatar class styling
This commit is contained in:
parent
c6f4ccd10b
commit
c2cc26e086
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue