Commit 0343f9d6a4d62c31a3797ac23d03079f8572aac8

Authored by Gustavo Cruz
1 parent b119723c

updating theme

Showing 1 changed file with 3 additions and 4 deletions   Show diff stats
views/content_viewer/hub.rhtml
... ... @@ -19,18 +19,17 @@
19 19 <span><%= check_box_tag 'auto_scrolling', 'yes', true %><%= _("Auto scrolling") %></span>
20 20 </div>
21 21  
22   - <br />
  22 +
23 23  
24 24 <!-- HUB mediation section -->
25 25 <div class="mediation">
26 26 <h1>
27   - <span class="title"><%= _("Mediation") %><span class="expand">&#43;</span></span>
  27 + <span class="title"><%= _("Mediation") %><span class="expand">&#9660;</span></span>
28 28 </h1>
29 29 <ul id="mediation-posts">
30 30 </ul>
31 31 </div>
32 32  
33   - <br />
34 33  
35 34 <!-- HUB post form (guest user) & (admin user) -->
36 35 <div class="form">
... ... @@ -41,4 +40,4 @@
41 40 <%= render :partial => "community_hub_plugin_public/settings" %>
42 41 </div>
43 42  
44   -</div>
45 43 \ No newline at end of file
  44 +</div>
... ...