Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
crapdice committed Jan 6, 2019
1 parent a4251f5 commit 73f0562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sitelist.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

if(item.state == status) {

$( "<li />" ).html("<a href='http://www." + item.domain + "' target='_blank' rel='nofollow'>" + item.title + "</a> - <a href='https://my.floranext.com/instances/" + item.id + "'>" + item.id + "</a>").appendTo( "#websites" );
$( "<li />" ).html("<a href='http://www." + item.domain + "' target='_blank' rel='nofollow'>" + item.title + "</a> - <a href='https://my.floranext.com/instances/" + item.id + " class='instance'>" + item.id + "</a>").appendTo( "#websites" );
}
});
})
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
#wrapper {
width: 700px;
margin: 0 auto;
}

.instance {
font-size: 10px
}

0 comments on commit 73f0562

Please sign in to comment.