Skip to content

Commit

Permalink
percents are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Jul 17, 2011
1 parent d2bc29b commit 3006172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ $(function() {
document.body.removeChild(measure)
if (size != 24) {
teklog("Attempting to adjust size", size)
$("html").css("font-size", (24.0 / size * 0.625) + "%")
$("html").css("font-size", (24.0 / size * 0.625 * 100) + "%")
}
})

0 comments on commit 3006172

Please sign in to comment.