Commit 7c21641b2f80daa538e229d42aa65b6ac5a0011c

Authored by Sergio Oliveira
1 parent b6fea5cb

Fixing 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">
  64 + <div class="col-lg-4 col-md-4 col-sm-8 col-lg-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>
... ...