Skip to content

Instantly share code, notes, and snippets.

@dleavitt
Created August 29, 2012 22:42
Show Gist options
  • Save dleavitt/3519837 to your computer and use it in GitHub Desktop.
Save dleavitt/3519837 to your computer and use it in GitHub Desktop.
<style type="text/css" media="screen">
.field_with_errors + .label_text {
color: red;
}
</style>
<div>
<%= f.label :terms_levis do %>
<%= f.check_box :terms_levis, :class => "checkbox" %>
<span class="label_text">I accept <a href="#" target="_blank">the terms for Levi's Fantasy Election Weekly Challenge Sweepstakes</a>.</span>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment