Cnage div box to right kind of clear-div
[selectricity-live] / app / views / voter / _sortable_vote.rhtml
index 41544827f8f7c26cc8dc4dfe53ac6058970c1070..512a4ee7371c301ed615cf496d478e355db12e58 100644 (file)
@@ -1,4 +1,3 @@
-<% %>
 <div id="sortable_list">
 <ol id="rankings-list">
   <% for ranking in @voter.vote.rankings %>
@@ -8,8 +7,8 @@
 </ol>
 </div>
 
-<div class="clearbox"></div>
+<div class="clear-div"></div>
 
 <%= sortable_element 'rankings-list',
     :url => { :action => "sort_candidates", :id => @voter.vote.id },
-    :complete => visual_effect(:highlight, 'rankings-list') %>
\ No newline at end of file
+    :complete => visual_effect(:highlight, 'rankings-list') %>

Benjamin Mako Hill || Want to submit a patch?