Mine
public css v1 · immutable/* this should produce a table with no border *//* with red outlines on the rows *//* and with green outlines on the individual cells *//* but produces a table with green outlines on both rows and cells *//* I don't get it :( */table { border: 0px;}tr { border: 1px solid red;}td { border: 1px solid green;}