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:49 -04:00
parent 3cfb1dedf3
commit ef0b75386f
2 changed files with 4 additions and 2 deletions

View File

@@ -51,7 +51,9 @@
}
img {
display: inline-block;
display: block;
margin: auto;
margin-bottom: 4px;
width: 55px;
height: 55px;
}