Both quickvotes and full-size elections use the same partial in views/voter
[selectricity] / app / views / quickvote / _pref_tables.rhtml
index 0d2b020f654c6de57a5f145d009da14c28e8d5d8..18e5aa38f81f3cc5d91aa23c76f4d4063fbb585f 100644 (file)
@@ -6,9 +6,9 @@
 
 <!-- This table shows how many times each choice was ranked above the other, 
        with percentages-->
-<table class="voterbox">
+<table class="preftable">
   <tr>
-       <td> </td>
+       <td></td>
        <% candidates.each do |candidate| -%>
          <th><%=h names[candidate] -%></th>
   <% end -%>
@@ -33,7 +33,7 @@
 </table>
 
 <!-- This table generates a margin of victory -->
-<table class="voterbox">
+<table class="preftable">
   <% candidates.each do |victor| %>
   <tr>
     <th><%=h names[victor] %></th>

Benjamin Mako Hill || Want to submit a patch?