Skip to content

Commit

Permalink
style change
Browse files Browse the repository at this point in the history
  • Loading branch information
nkallen committed Jun 14, 2013
1 parent 1b97ec8 commit 88958f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/main/resources/public/iliados.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $(function() {
$('#' + node.sentenceId + '-' + node.id)
.addClass('highlight')
.addClass('child')
.css('opacity', 1.0 - ((level-1) / (MAX_LEVEL)))
.css('opacity', 1.0 - ((level-1) / (MAX_LEVEL-1)))
}
bfs.push(nextLevel)
}
Expand Down

0 comments on commit 88958f9

Please sign in to comment.