mqchen / jquery.diamonds.js

Diamond layout.
http://mqchen.github.io/jquery.diamonds.js/
MIT License
128 stars 69 forks source link

Math #12

Closed Guillaume-allard closed 10 years ago

Guillaume-allard commented 10 years ago

In the css, line 24 regarding .diamond-row-lower .diamond-box : the commented formula seems wrong : I'll use 1 - 1 / sqrt(2) / 2 instead of 0.5 + 1 / sqrt(2) / 2

mqchen commented 10 years ago

Opps, you're right. Looks like I wrote the wrong expression in the comment. Fixed.

Guillaume-allard commented 10 years ago

:+1: