FIX: badge titles should always render under the badge image on user's badges page

This commit is contained in:
Neil Lalonde
2015-07-30 16:31:56 -04:00
parent 3cfb1dedf3
commit ef0b75386f
2 changed files with 4 additions and 2 deletions
@@ -1,3 +1,3 @@
{{icon-or-image badge.icon}}
{{badge.displayName}}
<span class="badge-display-name">{{badge.displayName}}</span>
{{yield}}
@@ -51,7 +51,9 @@
}
img {
display: inline-block;
display: block;
margin: auto;
margin-bottom: 4px;
width: 55px;
height: 55px;
}