Commit 3e807090d784b6b1fce8a2bacbc238fb3231eac2

Authored by Sergio Oliveira
1 parent 97186e74

Small tweak on user profile charts

src/accounts/templates/accounts/user_detail.html
... ... @@ -61,7 +61,7 @@
61 61 </div>
62 62  
63 63  
64   - <div class="col-lg-4 col-md-4 col-sm-8 col-lg-offset-0 col-sm-offset-4">
  64 + <div class="col-lg-4 col-md-4 col-sm-8 col-lg-offset-0 col-md-offset-0 col-sm-offset-4">
65 65 <div class="panel panel-default">
66 66 <div class="panel-heading">
67 67 <h3 class="panel-title">{% trans "Mailing list Participation" %}</h3>
... ...