Merge jdong
authorJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 17:15:27 +0000 (13:15 -0400)
committerJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 17:15:27 +0000 (13:15 -0400)
app/views/voter/_sortable_vote.rhtml
public/stylesheets/main.css

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') %>
index acdff30b59a552c68e5708f4536dc9ea246e937a..1d63f4c05241684ed46060d136832e0de5338ccd 100644 (file)
@@ -25,6 +25,9 @@ h3 {
        margin: 0 0 1em 0 !important;
 }
 
+ol {
+  list-style-type: none;
+}
 .special {
        background-color: #999999;
        color: white;

Benjamin Mako Hill || Want to submit a patch?