Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fix My Collections gap
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Oct 6, 2011
1 parent 47c4cc7 commit f91f058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/users/templates/users/profile.html
Expand Up @@ -26,7 +26,7 @@
<h1 class="fn n">{{ profile.name }}</h1>

<div class="island c">
<aside class="secondary">
<aside class="secondary user-avatar">
<img class="avatar" src="{{ profile.picture_url }}"
{% if not profile.picture_type %}alt="{{ _('No Photo') }}"{% endif %}>
{% if profile.is_developer %}
Expand Down
2 changes: 1 addition & 1 deletion media/css/impala/users.less
Expand Up @@ -154,7 +154,7 @@ img.icon {
}

.profile {
aside.secondary {
.user-avatar {
background: #fff;
padding: 0;
margin-top: 1em;
Expand Down

0 comments on commit f91f058

Please sign in to comment.