Skip to content

Commit

Permalink
Removed italic styling on message body
Browse files Browse the repository at this point in the history
Contributor BushmanK pointed out quite rightly that italic isn't appropriate for a full body of text.
  • Loading branch information
saintamh committed Feb 8, 2017
1 parent f3941b7 commit 68a4002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notifier/_message_body.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<table style="font-size: 15px; font-style: italic; margin: 15px 0px; background-color: #eee; width: 550px">
<table style="font-size: 15px; margin: 15px 0px; background-color: #eee; width: 550px">
<tr>
<td style="width: 50px; vertical-align: top; padding: 15px">
<%= link_to(
Expand Down

0 comments on commit 68a4002

Please sign in to comment.