Commit 8a4805d26ced06d315ef27f444869fa92ba86deb
1 parent
b6931d87
Exists in
master
and in
39 other branches
Minor fix on userprofile badges box
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/accounts/templates/accounts/user_detail.html
@@ -100,7 +100,7 @@ | @@ -100,7 +100,7 @@ | ||
100 | 100 | ||
101 | 101 | ||
102 | {% if user_.badge_set.exists %} | 102 | {% if user_.badge_set.exists %} |
103 | - <div class="col-lg-8 col-md-12 col-sm-7"> | 103 | + <div class="col-lg-8 col-md-12 col-sm-offset-5 col-sm-7"> |
104 | <div class="panel panel-default"> | 104 | <div class="panel panel-default"> |
105 | <div class="panel-heading"> | 105 | <div class="panel-heading"> |
106 | <h3 class="panel-title">{% trans "Badges" %}</h3> | 106 | <h3 class="panel-title">{% trans "Badges" %}</h3> |