Refined the CSS and fixed some of the more recent issues.
[selectricity] / app / views / quickvote / results.rhtml
index 8b658f77a3c86dcae036916f5c7ddee82322fb6c..a2da83de7c7fee449e26c3ccc46b4d0e0fe51d8a 100644 (file)
@@ -5,8 +5,6 @@
   <span class="subheader">Results</span>
 </div>
 
-<div class="main-content">
-
 <% if @election.shortdesc %>
   <p><strong>Vote Description:</strong></p>
   <blockquote><em><%=h @election.shortdesc %></em>
@@ -90,9 +88,9 @@
 <% end %>
 </table>
 
-<%=image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%>
 <br />
 
+<!--
 <%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %><br />
+-->
 
-</div>

Benjamin Mako Hill || Want to submit a patch?