Cnage div box to right kind of clear-div
authorJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 16:51:24 +0000 (12:51 -0400)
committerJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 16:51:24 +0000 (12:51 -0400)
app/views/voter/_sortable_vote.rhtml

index 79e95b52f548952d44a68a9d37d1dd1d8759e942..512a4ee7371c301ed615cf496d478e355db12e58 100644 (file)
@@ -7,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?