committed css changes from courtland fixing some headerbar wonkiness
[selectricity] / app / views / quickvote / results.rhtml
index c45fd2a5f147478a0edabd86f16b79908adc2163..eb149f605cca0ec68c9d403a18532b689daa9843 100644 (file)
@@ -1,6 +1,6 @@
 <% require 'whois/whois' %>
 
-<div id="page-title">
+<div id="title-header">
   <span class="header">Quickvote</span>
   <span class="subheader">Results</span>
 </div>
@@ -28,7 +28,7 @@
      <%= @election.voters.reject {|v| not v.voted? }.length %> (see below for details) 
    </blockquote>
 
-<div class="plain-header">
+<div class="normal-header">
   <span class="header">Winner</span>
   <span class="subheader">The chosen method is: 
   <%= @election.election_method.capitalize %></span>
@@ -39,7 +39,7 @@
            :object => @results[@election.election_method] %>
 </div>
 
-<div class="plain-header">
+<div class="normal-header">
   <span class="header">Other Voting Methods</span>
   <span class="subheader"></span>
 </div>

Benjamin Mako Hill || Want to submit a patch?