Commit ef2cf577 authored by Michael Vernier's avatar Michael Vernier

Added colored stylesheet for rendering polls

parent b32de9cf
<h2>Polls</h2>
<% html_title "Polls" %>
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'voting', :plugin => 'polls' %>
<% end %>
<% @polls.each do |poll| %>
<p>
<%= poll.question %>?
......
a.vote { font-size: 120%; }
a.vote.yes { color: green; }
a.vote.no { color: red; }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment