From: John Dong Date: Thu, 30 Aug 2007 17:15:27 +0000 (-0400) Subject: Merge jdong X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/e7b003ff4dd1ecfa3c25b334815966475b915ef3?hp=695c3ab477e325af7e821258a3b6a5bb5d736ee0 Merge jdong --- diff --git a/app/views/voter/_sortable_vote.rhtml b/app/views/voter/_sortable_vote.rhtml index 79e95b5..512a4ee 100644 --- a/app/views/voter/_sortable_vote.rhtml +++ b/app/views/voter/_sortable_vote.rhtml @@ -7,8 +7,8 @@ -
+
<%= 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') %> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index acdff30..1d63f4c 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -25,6 +25,9 @@ h3 { margin: 0 0 1em 0 !important; } +ol { + list-style-type: none; +} .special { background-color: #999999; color: white;