fixed up the results page in a number of ways
[selectricity] / app / views / quickvote / _methodinfo_borda.rhtml
index cc3167cf9b1dd1379fe50ee008415d21cf756dd0..644522a352b7c4acef916dd3ef6fb738dcb3555d 100644 (file)
@@ -10,4 +10,7 @@ corresponding to the position in which he or she is ranked by each
 voter. Once all votes have been counted the candidate with the most
 points is the winner.</p>
 </div>
-<%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %>
+
+<div class="graph">
+  <%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %>
+</div>

Benjamin Mako Hill || Want to submit a patch?