Hacker News new | ask | show | jobs
by jfk13 499 days ago
Does the article's "Example 31" look correct to anyone? I see no "small space between the two boxes" (as claimed) in any of the browsers I tried.
1 comments

If you view the source it looks like they goofed and don't actually have any white space between the elements in the rendered example. It's just `<ul class="inline-block-list"><li></li><li></li></ul>`.

When I try the code they show on the page myself the space is displayed.