Skip to content

Commit

Permalink
Fix #1586. Linkedin image with white background (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Mar 16, 2017
1 parent 140a137 commit 7f5312f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/client/product/components/home/MailingLists.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ var MailingLists = React.createClass({
<tbody>
<tr>
<td>
<img src={LinkedinGroup} height="50" width="100" alt="Linkedin Groups" />
<img style={{
background: "white",
borderRadius: "2px 2px 2px 2px"
}} src={LinkedinGroup} height="50" width="100" alt="Linkedin Groups" />
</td>
</tr>
<tr>
Expand Down

0 comments on commit 7f5312f

Please sign in to comment.