Skip to content

Commit

Permalink
make the links a bit more padded
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbuehler committed Aug 21, 2016
1 parent 73f1753 commit 99eb4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/submissions.js
Expand Up @@ -13,8 +13,8 @@ $(function() {
success: function(data) {
var link = [
'<div>',
'<span class="link-metric-url"><a href="/s/', data.tag, '"><span class="glyphicon glyphicon-signal"></span></a></span>',
'<span class="link-target-url"><a href="/l/', data.tag ,'"><span class="glyphicon glyphicon-tag"></span>', data.link,'</a></span>',
'<span class="link-metric-url"><a href="/s/', data.tag, '"><span class="glyphicon glyphicon-signal"></span></a> </span>',
'<span class="link-target-url"><a href="/l/', data.tag ,'"><span class="glyphicon glyphicon-tag"></span> ', data.link,'</a></span>',
'</div>'
];

Expand Down

0 comments on commit 99eb4c8

Please sign in to comment.