Skip to content

Instantly share code, notes, and snippets.

@jasonmarkperez
Created May 16, 2013 22:07
Show Gist options
  • Save jasonmarkperez/5595507 to your computer and use it in GitHub Desktop.
Save jasonmarkperez/5595507 to your computer and use it in GitHub Desktop.
def styled_paragraph(content)
content_tag(:p, content, :style =>"color:#505050;font-family:Helvetica;font-size:14px;line-height:150%;text-align:left;")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment