airbnb / infinity

UITableViews for the web (DEPRECATED)
http://airbnb.io/infinity/
Other
2.8k stars 281 forks source link

Fix "display" value in the "caveats" doc #1

Closed tbassetto closed 12 years ago

tbassetto commented 12 years ago

Small typo, an element is hidden using display:hidden, not display:block. Or am I misinterpreting something?

reissbaker commented 12 years ago

Ha! Yes. You're right. Although it's display:none, not display:hidden -- you're thinking of visibility:hidden, which is actually alright in this case because it doesn't affect the layout. Keeping this open to remind myself to make the change.

tbassetto commented 12 years ago

Haha, you're right, my mind mixed the two properties :) I've updated the pull request (this time, I've modified every occurrence on master).