Commit 7b8eabdf77a27bf356509231354b5befbb11109e

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent 083194b9
Exists in master

#community dashboard - updating theme

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
views/content_viewer/hub.rhtml
... ... @@ -36,8 +36,9 @@
36 36 <span class="title"><%= _("Mediation") %></span>
37 37 </h1>
38 38  
39   - <ul id="mediation-posts">
40   - </ul>
  39 + <div class="envelope">
  40 + <ul id="mediation-posts"></ul>
  41 + </div>
41 42  
42 43 </div>
43 44  
... ...